Database Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of Database.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Database() | Initializes a new instance of Database using the default values. | |
Database(String) | Initializes a new instance of Database using a name. | |
Database(String, String) | Initializes a new instance of Database using a name and an identifier. | |
Database(ModelType, Int32) |
Top