The DBColumn type exposes the following members.

Properties

  NameDescription
Public propertyDataType
The datatype of the column.
Public propertyName
The name of the column.
Public propertyPrecision
Numeric types only. The maximum number of digits.
Public propertyScale
Numeric types only. The maximum number of digits to the right of the decimal point.
Public propertySize
String and binary types only. The maximum number of characters/bytes.

See Also