The Column type exposes the following members.

Properties

  NameDescription
Public propertyCanonicalName
Public propertyCheckConstraint
Gets or sets a check constraint on the column
Public propertyComment
Public propertyDefaultValue
Public propertyHasCheckConstraint
Do we have a check constraint?
Public propertyIsFormula
Public propertyIsNullable
Gets or sets if the column can have null values in it.
Public propertyIsQuoted
Gets or sets if the column needs to be quoted in SQL statements.
Public propertyIsUnique
Gets or sets if the column contains unique values.
Public propertyLength
Gets or sets the length of the datatype in the database.
Public propertyName
Gets or sets the name of the column in the database.
Public propertyPrecision
Public propertyScale
Public propertySqlType
Gets or sets the sql data type name of the column.
Public propertySqlTypeCode
The underlying columns SqlType.
Public propertyText
Public propertyTypeIndex
Gets or sets the index of the column in the IType.
Public propertyUnique
Gets or sets whether the column is unique.
Public propertyValue

See Also