IDatabaseSetup Methods |
The IDatabaseSetup type exposes the following members.
Name | Description | |
---|---|---|
CreateDatabase |
Installs a new database.
| |
DropDatabase |
Drops a database (clears procedures and schema).
| |
GetDatabaseStatus |
Retrieves the status of a database.
| |
TestServerConnection |
Tests the connection to the database server.
| |
UpgradeDatabase |
Upgrades a database to the current version.
|