IDmDataSource.FieldCount

Fore Syntax

FieldCount: Integer;

Fore.NET Syntax

FieldCount: integer;

Description

The FieldCount property returns the number of fields in the data source.

Comments

Field names can be obtained by the IDmDataSource.FieldName property.

Fore and Fore.NET Examples

The property use is given in the example for IDmClusteringDetails.CategoriesCount.

See also:

IDmDataSource