IDtFieldDefinitions

Assembly: Dt;

Description

The IDtFieldDefinitions interface contains properties and methods that are used to work with the collection of data provider or data consumer field descriptions.

Inheritance Hierarchy

          IDtFieldDefinitions

Comments

The fields collection can be obtained using the IDtObject.Fields property.

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.

Properties

  Property name Brief description
The Count property returns the number of the data provider/consumer fields.
The Item property returns field description.

Methods

  Method name Brief description
The Add method adds a new data provider or consumer field and returns its description.
The Clear method clears data provider/consumer field list.
The Delete method deletes the field.

See also:

Dt Assembly Interfaces