Click or drag to resize
DatabaseHelper Methods

The DatabaseHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDatabaseExists
Checks if the specified database exists, returns true if database exists.
Public methodStatic memberGetDatabaseCollation
Returns database collation.
Public methodStatic memberGetDatabaseName
Returns the database name.
Public methodStatic memberChangeDatabaseCollation(String, String)
Change the collation of specified database.
Public methodStatic memberChangeDatabaseCollation(String, String, String)
Change the collation of specified database.
Public methodStatic memberCheckDatabaseCollation
Checks if the specified database has correct collation.
Public methodStatic memberCheckDatabaseVersion
Checks the database version, returns true if the version is correct, reports error in case the version is wrong
Public methodStatic memberCheckDBPermission
Checks if SQL account is granted with specific permission.
Top
See Also