Returns whether the data provider requires pre data.
Read-only property
[Visual Basic .NET] |
---|
Public Property PreDataRequired() As Boolean |
[C#] |
---|
public bool PreDataRequired {get;} |
[Managed C++] |
---|
public: __property bool get_PreDataRequired(); |
[Unmanaged C++] |
---|
public: HRESULT get_PreDataRequired( VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool getPreDataRequired(); |
Alternatively, refer to the data provider documentation for a specific data provider to see if PreData is required. In the documentation for the specific data provider look for a "Pre-data required:" section.