The following tables list the members exposed by EntitySchemaIndex.
Name | Description | |
---|---|---|
EntitySchemaIndex Constructor | Overloaded. |
Name | Description | |
---|---|---|
Columns | Collection of index columns. | |
GetIndexPrefix | ||
IsAutoName | Indicates that the name is automatically assigned to the index. | |
IsClustered | Determines whether the index is clustered; that is, it contains values of the indexed columns. | |
IsInherited | Specifies whether the index is inherited. | |
IsUnique | Determines whether the index is unique. | |
Name | Overridden. Name of the schema index. | |
NamePrefix | Overridden. The prefix. | |
ParentCollection | The parent collection. | |
ParentMetaSchema | Overridden. The parent entity containing the index. | |
UId | Overridden. Identifier of the schema index. |
Name | Description | |
---|---|---|
Clone | Overridden. Returns the clone of the current schema index. | |
GetIndexName | Gets generated unique index name by the column of the database table that includes prefix, schema id, and object id. | |
WriteMetaData | Overridden. Records schema index metadata using the Terrasoft.Common.DataWriter instance. |