The ITableFields interface contains properties and methods of collection of repository table fields.
Property name | Brief description | |
Count | The Count property returns quantity of the fields in the table. | |
Item | The Item property returns parameters of table field. |
Method name | Brief description | |
Add | The Add method creates a new table field. | |
Clear | The Clear method clears the fields list of the table. | |
FieldByKey | The FieldByKey method executes transition to a table field. | |
FindById | The FindById method searches and returns an object containing a field of the table. | |
FindByKey | The FindByKey method searches and returns an object containing a field of the table. | |
Remove | The Remove method removes a table field by index. | |
RemoveByKey | The RemoveByKey method removes a table field by key. |
See also: