The IDtFieldDefinitions interface contains properties and methods used to work with collection of data provider or consumer field descriptions.
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: