ColumnMetadata Properties |
The ColumnMetadata type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowNulls |
True if nulls are allowed for the column
|
![]() | ColumnName |
The column name
|
![]() | DataType |
The data type
|
![]() | IsOwnershipReference |
Gets a value indicating whether this column is referring to the ownership table Id.
|
![]() | MaxLength |
The maximum length
|
![]() | OrderInNaturalKey |
The ordinal position, starting with 1 of the column within the natural key; 0 if the column is not part of the natural key
|
![]() | OrderInPrimaryKey |
The ordinal position, starting with 1 of the column within the primary key; 0 if the column is not part of the primary key
|