DBColumn Constructors
The schema of a column in a DBTable.Name | Parameters | Description |
---|---|---|
DBColumn() | none | Initializes a new instance of the DBColumn class with default settings. |
DBColumn |
name, is |
|
DBColumn |
name, is |
Initializes a new instance of the DBColumn class with the specified settings. |
See Also