Table of Contents

Class DatabaseHelper

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Provides database operations

public static class DatabaseHelper
Inheritance
object
DatabaseHelper

Fields

DEFAULT_DB_COLLATION

Default database collation

public const string DEFAULT_DB_COLLATION = "Latin1_General_CI_AS"

Field Value

string

Properties

DatabaseVersion

Returns the version of the database that the application uses. Returns null if connection string is not initialized.

public static string DatabaseVersion { get; }

Property Value

string

IsDatabaseAvailable

Indicates whether connection string is set and objects exist in database.

public static bool IsDatabaseAvailable { get; }

Property Value

bool