DBSchema Constructors
An object schema that is used to manage database objects (e.g., DBTable objects or their descendants).Name | Parameters | Description |
---|---|---|
DBSchema() | none | Initializes a new instance of the DBSchema class with the default settings. |
DBSchema |
stored |
Initializes a new instance of the DBSchema class with the specified settings. |
DBSchema |
tables, views, stored |
Initializes a new instance of the DBSchema class with the specified settings. |
DBSchema |
tables, views | Initializes a new instance of the DBSchema class. |
See Also