Click or drag to resize

IDatabaseSetup Interface

Namespace:  PDTec.IceNet.Core.Database.Implementation
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public interface IDatabaseSetup

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
Events
  NameDescription
Public eventDisplayMessage
Event to display messages from the setup procedure.
Public eventTimeForApplicationEvents
Event to process application events to avoid blocking.
Top
See Also