TableSchemaColumn Properties |
The TableSchemaColumn type exposes the following members.
Name | Description | |
---|---|---|
AllowNull |
Gets or sets value indicating whether column allows null values.
| |
IsIdentity |
Gets or sets value indicating whether column is identity.
| |
IsKey |
Gets or sets value indicating whether column is a key column.
| |
MaxLength |
Gets or sets the maximum length for the column.
| |
Name |
Gets or sets column name.
| |
Type |
Gets or sets the column type.
| |
TypeDeclaration |
Gets the database type declaration for the current column.
|