IDatasetModelFields.Item

Fore Syntax

Item(Index: Integer): IDatasetModelField;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Db.IDatasetModelField;

Parameters

Index. Field index.

Description

The Item property returns field structure of data source.

Comments

Field indexing is continuous and starts with zero. To get the number of fields, use the IDatasetModelFields.Count property.

Fore and Fore.NET Examples

The property use is given in the example for IDatasetModelField.IsSparse.

See also:

IDatasetModelFields