Click or drag to resize

IDatabaseSetup Methods

The IDatabaseSetup type exposes the following members.

Methods
  NameDescription
Public methodCreateDatabase
Installs a new database.
Public methodDropDatabase
Drops a database (clears procedures and schema).
Public methodGetDatabaseStatus
Retrieves the status of a database.
Public methodTestServerConnection
Tests the connection to the database server.
Public methodUpgradeDatabase
Upgrades a database to the current version.
Top
See Also