ClassDatabaseStorage
Class
IStorage implementation utilizing the various connectivity options provided by the Data Access ORM solution.
Definition
Namespace:Telerik.Reporting.Cache.Database
Assembly:Telerik.Reporting.Cache.Database.dll
Syntax:
cs-api-definition
public class DatabaseStorage : CacheStorage, IStorage
Inheritance: objectCacheStorageDatabaseStorage
Implements:
Inherited Members
Constructors
DatabaseStorage(string, string)
Creates an instance of the storage.
Declaration
cs-api-definition
public DatabaseStorage(string backendName, string connectionString)
Parameters
backendName
string
The backend string identifying the target backend. See Backend Strings and Provider Names List
connectionString
string
The backend specific connection string need to connect.