MSSql2005SqlDependencyCacheRoot.CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, DataCacheConfiguration, out IDisposable[]) Method
Creates an MSSql2005SqlDependencyCacheRoot instance associated with a specified MSSqlConnectionProvider, providing access to a database to be cached, based on specified settings.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public static ICacheToCacheCommunicationCore CreateSqlDependencyCacheRoot(
MSSqlConnectionProvider nonCachedProvider,
DataCacheConfiguration cacheConfiguration,
out IDisposable[] objectsToDisposeOnDisconnect
)
#Parameters
Name | Type | Description |
---|---|---|
non |
MSSql |
An MSSql |
cache |
Data |
A Data |
objects |
IDisposable[] | An array of IDisposable objects that must be disposed on disconnect from the database. |
#Returns
Type | Description |
---|---|
ICache |
An MSSql2005Sql |
#Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, DataCacheConfiguration, out IDisposable[]) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.