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(String, Boolean, String, Int32, DBColumnType, Boolean, Object) | name, isKey, dBTypeName, size, type, isNullable, defaultValue | |
DBColumn(String, Boolean, String, Int32, DBColumnType) | name, isKey, dBTypeName, size, type | Initializes a new instance of the DBColumn class with the specified settings. |
See Also