DatabaseHelper Methods |
The DatabaseHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ChangeDatabaseCollation |
Change the collation of specified database.
|
![]() ![]() | CheckDatabaseVersion |
Checks the database version, returns true if the version is correct, reports error in case the version is wrong
|
![]() ![]() | CheckDBPermission |
Checks if SQL account is granted with specific permission.
|
![]() ![]() | DatabaseExists |
Checks if the specified database exists, returns true if database exists.
|
![]() ![]() | GetDatabaseCollation |
Returns database collation.
|
![]() ![]() | GetDatabaseName |
Returns the database name.
|
![]() ![]() | IsSupportedDatabaseCollation |
Checks if the specified collation is supported.
|