Assembly: Db;
Namespace: Prognoz.Platform.Interop.Db;
The IDatasetDataTransformProvider interface contains properties and methods used to work with custom data source that allows to transform the data before loading.
IDatasetDataTransformProvider
| Property name | Brief description | |
| Source | The Source property determines a data source values of which are transformed before loading. | |
| Transform | The Transform property determines the object transforming data before loading. |
| 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: