IDmDataSource.Field

Syntax

Field(Index: Integer): IDmField;

Parameters

Index. Field index.

Description

The Field property returns the specified data source field.

Comments

Fields indexing is continuous and starts with zero. To get the number of fields in the data source, use the IDmDataSource.FieldCount property.

Example

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

See also:

IDmDataSource