Progress® Telerik® Reporting R1 2021
DatabaseStorage Class
IStorage
implementation utilizing the various connectivity options
provided by the Data Access
ORM solution.
Inheritance Hierarchy
Namespace: Telerik.Reporting.Cache.DatabaseAssembly: Telerik.Reporting.Cache.Database (in Telerik.Reporting.Cache.Database.dll)
Syntax
The DatabaseStorage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DatabaseStorage |
Creates an instance of the storage.
|
Methods
Name | Description | |
---|---|---|
![]() | AcquireLock |
Acquires a lock on a named resource.
(Inherited from CacheStorage.) |
![]() | AddInSet |
Adds a single string value to a set of values denoted from the given key.
(Inherited from CacheStorage.) |
![]() | Delete |
Deletes a key with its value (string or byte array) from the storage.
(Inherited from CacheStorage.) |
![]() | DeleteInSet |
Deletes a single string value from a set of values denoted from the given key.
(Inherited from CacheStorage.) |
![]() | DeleteSet |
Deletes set of values denoted by the given key.
(Inherited from CacheStorage.) |
![]() | Exists |
Retrieves a value indicating if a single value (string or byte array)
exists in the storage.
(Inherited from CacheStorage.) |
![]() | ExistsInSet |
Retrieves a value indicating if a set of values
exists in the storage.
(Inherited from CacheStorage.) |
![]() | GetAllMembersInSet |
Retrieves all members in a set of string values.
(Inherited from CacheStorage.) |
![]() | GetBytes |
Retrieves a byte array value stored under particular key.
(Inherited from CacheStorage.) |
![]() | GetCountInSet |
Retrieves the count of the values in a set value stored in the storage.
(Inherited from CacheStorage.) |
![]() | GetString |
Retrieves a string value stored under particular key.
(Inherited from CacheStorage.) |
![]() | SetBytes |
Stores a byte array value under particular key.
(Inherited from CacheStorage.) |
![]() | SetString |
Stores a string value under particular key.
(Inherited from CacheStorage.) |
Remarks
Because of the various database engines that are supported the DatabaseStorage
is appropriate for single instance deployment scenario only.
Version Information
Supported in: 1.0.1