TableSchemaColumn Class |
Namespace: Dynamicweb.Analytics
The TableSchemaColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| TableSchemaColumn |
Initializes a new instance of an object.
|
| 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.
|
| Name | Description | |
|---|---|---|
| ToString |
Returns string representation of the current object.
(Overrides ObjectToString.) |