The IDatasetModelFields interface contains properties and methods of data source fields structure.
| Property name | Brief description | |
| Count | The Count property returns the quantity of data source fields. | |
| Item | The Item property returns an object containing a field of data source. |
| Method name | Brief description | |
| FindById | The FindById method searches data source field by the identifier. | |
| FindByKey | The FindByKey method searches data source field by key. |
See also: