DBNameTypePair Fields
Stores a pair of values, specifying a DBColumnType along with its corresponding name.Name | Description |
---|---|
Name | A String value, specifying the database column name. |
Type | A DBColumnType value, specifying the database column type. |
See Also