IDmDataSource.Field

Fore Syntax

Field(Index: Integer): IDmField;

Fore.NET Syntax

Field[Index: Integer]: Prognoz.Platform.Interop.Ms.IDmField;

Parameters

Index. Field index.

Description

The Field property returns the specified data source field.

Comments

Fields indexing is continuous and starts with zero. The number of fields in the data source is returned by the IDmDataSource.FieldCount property.

Fore and Fore.NET Examples

The property use is given in the example for IDmMethod.Execute.

See also:

IDmDataSource