|
ConnectionID | | Specifies a connection to a data source that is defined in the Settings.
For elements connecting to relational databases, default is the first Connection element in _settings.lgx. |
FieldNames | | (Required) A comma seperated list of fields to use in the index.
Examples using two fields:
CustomerID, CustomerName <-- Creates a standard index based on two fields (both in ascending order).
CustomerID, CustomerName DESC <-- CustomerID will be indexed in ascending order and CustomerName descending order. |
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
IndexName | | (Required) Name of the index. |
IndexType | | Used to define either a regular or unique index. |
TableName | | (Required) The name of a database table. |