Name | Description | |
---|---|---|
![]() | AllowNulls | Gets/Sets whether the column allows null values. |
![]() | DataType | Gets/Sets the Column data type. |
![]() | IdentityIncrement | Gets/Sets the identity increment value for the column if it is identity. If not returns null. |
![]() | IdentitySeed | Gets/Sets the seed value for the column if it is identity. If not returns null. |
![]() | IsIdentity | Gets/Sets whether the column is identity column. |
![]() | IsPrimayKey | Gets/Sets whether the column is a part of the primary key. |
![]() | Length | Gets/Sets the lenght of the column |
![]() | Precision | Gets/Sets the precision of the column if numeric-based; otherwise, 0. |