The Column type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CanonicalName | |
![]() | CheckConstraint |
Gets or sets a check constraint on the column
|
![]() | Comment | |
![]() | DefaultValue | |
![]() | HasCheckConstraint |
Do we have a check constraint?
|
![]() | IsFormula | |
![]() | IsNullable |
Gets or sets if the column can have null values in it.
|
![]() | IsQuoted |
Gets or sets if the column needs to be quoted in SQL statements.
|
![]() | IsUnique |
Gets or sets if the column contains unique values.
|
![]() | Length |
Gets or sets the length of the datatype in the database.
|
![]() | Name |
Gets or sets the name of the column in the database.
|
![]() | Precision | |
![]() | Scale | |
![]() | SqlType |
Gets or sets the sql data type name of the column.
|
![]() | SqlTypeCode |
The underlying columns SqlType.
|
![]() | Text | |
![]() | TypeIndex |
Gets or sets the index of the column in the IType.
|
![]() | Unique |
Gets or sets whether the column is unique.
|
![]() | Value |