ITableIndex

Description

The ITableIndex interface contains properties of repository table index.

Properties

  Property name Brief description
AllowNulls The AllowNulls property determines whether empty values are allowed in the index.
FieldNames The FieldNames property returns the character string containing the list of index fields.
FieldNamesWithSeparator The FieldNamesWithSeparator property returns the character string containing the list of fields separated with selected separator.
Fields The Fields property returns the collection of table fields by which the index is created.
Primary The Primary property determines whether an index is primary.
Unique The Unique property determines whether an index is unique.

Properties Inherited From  INamedEntity

  Property name Brief description
The Id property determines object identifier.
The Key property returns object key.
The Name property determines object name.

See also:

Db Assembly Interfaces