IDtObject.Fields

Syntax

Fields: IDtFieldDefinitions;

Description

The Fields property returns data provider/data consumer fields description.

Comments

If it is supposed to change the collection contents, for example, on setting up a list of data consumer fields or on adding calculated fields, all changes should be made before the IDtObject.Open method is called. Changes made to the collection after the data provider/data consumer is opened are not taken into account.

Example

The property use is given in the example for IDtObject.FieldsFromFile.

See also:

IDtObject