DBNameTypePair Constructors
Stores a pair of values, specifying a DBColumnType along with its corresponding name.| Name | Parameters | Description |
|---|---|---|
| DBNameTypePair() | none | Initializes a new instance of the DBNameTypePair class with the default settings. |
| DBNameTypePair(String, DBColumnType) | name, type | Initializes a new instance of the DBNameTypePair class with the specified settings. |
See Also