The IUiFields interface contains properties and methods of the data source fields collection.
| Property name | Brief description | |
| Count | The Count property returns the number of fields that are in collection. | |
| Dataset | The Dataset property returns a data source of the fields collection. | |
| Item | The Item property returns parameters of a data source field. |
| Method name | Brief description | |
| CheckFieldName | The CheckFieldName method checks the specified field being available in a list of data source fields. | |
| FieldByName | The FieldByName method allows to address a data source field by its name. |
See also: