Transform: IDatasetDataTransform;
The Transform property determines the object transforming data before loading.
The object of the custom class implementing the IDatasetDataTransform interface should be specified as the value of this property.
The property use is given in description of the IDatasetDataTransform.OnFetch method.
See also: