DBColumn Fields
The schema of a column in a DBTable.| Name | Description |
|---|---|
| ColumnType | Specifies the column’s type. |
| DbDefaultValue | |
| DBTypeName | Specifies the name of the column data type. |
| DefaultValue | |
| IsIdentity | true if the value of the column increments automatically; otherwise, false. The default value is false. |
| IsKey | true if the column is the key column; otherwise, false. |
| IsNullable | |
| Name | Specifies the column’s name. |
| Size | The maximum length of a text column. This is ignored for non-text columns. |
See Also