DBTable Constructors
A table that stores a persistent object‘s data.Name | Parameters | Description |
---|---|---|
DBTable() | none | Initializes a new instance of the DBTable class with default settings. |
DBTable(String) | name | Initializes a new instance of the DBTable class with the specified name. |
See Also