AddField(Name: String; DataType: DbDataType): IDatasetModelField;
Name. The name of created field.
DataType. Type of field data.
The AddField method creates a field in the custom data source.
The method use is given in description of the IDatasetDataArrayProvider.AttachArray method.
See also: