ITableFields

Description

The ITableFields interface contains properties and methods of collection of repository table fields.

Properties

  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.

Methods

  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:

Db Assembly Interfaces