The Column type exposes the following members.

Properties

  NameDescription
CheckConstraint
Gets or sets a check constraint on the column
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.
SqlType
Gets or sets the sql data type name of the column.
Text
Type
Gets or sets the NHibernate IType of the column.
TypeIndex
Gets or sets the index of the column in the IType.
Unique
Gets or sets whether the column is unique.

See Also