Assembly: Dt;
The IDtFieldDefinitions interface contains properties and methods that are used to work with the collection of data provider or data consumer field descriptions.
IDtFieldDefinitions
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.
Property name | Brief description | |
The Count property returns the number of the data provider/consumer fields. | ||
The Item property returns field description. |
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: