Represents a database column.
The following tables list the members exposed by the Column type.
Public Properties
|
Name |
Description |
|
Decimals |
Gets the number of decimals stored for numeric values in this column. |
|
Length |
Gets the length of fields in this column. |
|
Name |
Gets the column name. |
|
Type |
Gets the DBF column type. |
Public Methods
|
Name |
Description |
|
ToString |
Object.ToString override. |
See Also
|