Click or drag to resize
TableColumnMetadata Properties

The TableColumnMetadata type exposes the following members.

Properties
  NameDescription
Public propertyCollationSequence
Name of the default collation sequence.
Public propertyDeclaredType
Returns the declared type of a column or null if no type is declared.
Public propertyHasNotNullConstraint
True if column has a NOT NULL constraint.
Public propertyIsAutoIncrement
True if column is AUTOINCREMENT.
Public propertyIsPrimaryKeyPart
True if column is part of the PRIMARY KEY.
Top
See Also