The IDatasetInstanceFields interface contains properties and methods of collection of data source fields values.
| Property name | Brief description | |
| Count | The Count property returns the quantity of data source fields. | |
| Item | The Item property returns parameters of data source field. |
| 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. | |
| IndexOf | The IndexOf method returns an index of data source field. |
See also: