Click or drag to resize

TableSchemaColumn Properties

The TableSchemaColumn type exposes the following members.

Properties
  NameDescription
Public propertyAllowNull
Gets or sets value indicating whether column allows null values.
Public propertyIsIdentity
Gets or sets value indicating whether column is identity.
Public propertyIsKey
Gets or sets value indicating whether column is a key column.
Public propertyMaxLength
Gets or sets the maximum length for the column.
Public propertyName
Gets or sets column name.
Public propertyType
Gets or sets the column type.
Public propertyTypeDeclaration
Gets the database type declaration for the current column.
Top
See Also