Assembly: Db;
Namespace: Prognoz.Platform.Interop.Db;
The DatasetDataTransformProvider class implements the data source supporting transformation of data.
Transformation of data is provided in the redetermined OnFetch method.
Class to get an analog of the DatasetDataTransformProvider class:
None.
Class to get an analog of the DatasetDataTransformProvider class object:
DatasetDataTransformProviderClass;
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: