Table Index Column Element
X-Ref:
- Ast Table Index Column Node
- Ast Table Column Reference Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
ColumnName | AstTableColumnBaseNode | Specifies the name of the column that is being referenced. This is a required reference to an existing definiton. | |
SortOrder | SortOrder | Asc | Specifies the sort order of the column reference selected from ASC or DESC. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |