Returns whether the data provider requires pre data.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property PreDataRequired() As Boolean |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property bool get_PreDataRequired(); |
| [Unmanaged C++] |
|---|
|
| [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.






