Assembly: Db;
Namespace: Prognoz.Platform.Interop.Db;
The IDatasetDataAbstractProvider interface contains basic properties and methods of custom data sources.
IDatasetDataAbstractProvider
| Property name | Brief description | |
| DataFields | The DataFields property returns a collection of fields for additional setup. |
| Property name | Brief description | |
| FieldDefs | The FieldDefs property returns the structure of a data source fields. |
| Method name | Brief description | |
| AddField | The AddField method creates a field in the custom data source. |
See also: