IDatasetModelFields.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The Count property returns the quantity of data source fields.

Comments

To get a specific data source field, use the IDatasetModelFields.Item property.

Fore and Fore.NET Examples

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

See also:

IDatasetModelFields