![]() | CreateTableColumn Properties |
The CreateTableColumn type exposes the following members.
Name | Description | |
---|---|---|
![]() | Annotations |
Returns optional annotations, or null if there are none.
|
![]() | ColumnName |
The table column name
|
![]() | OptionalExpression |
The aggregation expression, if the type of the column is aggregation,
or null if a type name is provided instead.
|
![]() | OptionalTypeName |
Returns the type name, or null if the column is an aggregation and an
aggregation expression is provided instead.
|
![]() | PrimaryKey |
Returns indicator whether the column is a primary key.
|