IDatasetDataAbstractProvider.AddField

Fore Syntax

AddField(Name: String; DataType: DbDataType): IDatasetModelField;

Fore.NET Syntax

AddField(Name: String; DataType: Prognoz.Platform.Interop.Dal.DbDataType): Prognoz.Platform.Interop.Db.IDatasetModelField;

Parameters

Name. The name of created field.

DataType. Type of field data.

Description

The AddField method creates a field in the custom data source.

Example

The method use is given in description of the IDatasetDataArrayProvider.AttachArray method.

See also:

IDatasetDataAbstractProvider