Click or drag to resize

CreateTableColumn Properties

The CreateTableColumn type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
Returns optional annotations, or null if there are none.
Public propertyColumnName
The table column name
Public propertyOptionalExpression
The aggregation expression, if the type of the column is aggregation, or null if a type name is provided instead.
Public propertyOptionalTypeName
Returns the type name, or null if the column is an aggregation and an aggregation expression is provided instead.
Public propertyPrimaryKey
Returns indicator whether the column is a primary key.
Top
See Also