DBColumn Fields
The schema of a column in a DBTable.Name | Description |
---|---|
Column |
Specifies the column’s type. |
Db |
|
DBType |
Specifies the name of the column data type. |
Default |
|
Is |
true if the value of the column increments automatically; otherwise, false. The default value is false. |
Is |
true if the column is the key column; otherwise, false. |
Is |
|
Name | Specifies the column’s name. |
Size | The maximum length of a text column. This is ignored for non-text columns. |
See Also