DataCacheRoot(IDataStore) Constructor
Initializes a new instance of the DataCacheRoot class with a specified data store provider connected to a data store to be cached.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| subjectForCache | IDataStore | A object which provides connection to a data store to be cached. |
See Also