Class DatabaseStorage
IStorage implementation utilizing the various connectivity options provided by the Data Access ORM solution.
Inherited Members
Namespace: Telerik.Reporting.Cache.Database
Assembly: Telerik.Reporting.Cache.Database.dll
Syntax
public class DatabaseStorage : CacheStorage, IStorage
Remarks
Because of the various database engines that are supported the DatabaseStorage is appropriate for single instance deployment scenario only.
Constructors
DatabaseStorage(String, String)
Creates an instance of the storage.
Declaration
public DatabaseStorage(string backendName, string connectionString)