The DBColumn type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DataType |
The datatype of the column.
| |
| Name |
The name of the column.
| |
| Precision |
Numeric types only. The maximum number of digits.
| |
| Scale |
Numeric types only. The maximum number of digits to the right of the decimal point.
| |
| Size |
String and binary types only. The maximum number of characters/bytes.
|