IDmDataSource.FieldName

Fore Syntax

FieldName(Field: Integer): String;

Fore.NET Syntax

FieldName[Field: integer]: string;

Parameters

Field. Field index.

Description

The FieldName property returns the specified data source name.

Comments

The property is outdated, use IDmDataSource.Field.

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