IDatasetModelFields.Count

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.

Example

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

See also:

IDatasetModelFields