Skip to main content
A newer version of this page is available. .

MSSql2005SqlDependencyCacheRoot.CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, String, ISqlGeneratorFormatter, out IDisposable[]) Method

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public static ICacheToCacheCommunicationCore CreateSqlDependencyCacheRoot(
    IDataStore nonCachedProvider,
    SqlConnection connection,
    string originalConnectionString,
    ISqlGeneratorFormatter formatter,
    out IDisposable[] objectsToDisposeOnDisconnect
)

Parameters

Name Type
nonCachedProvider IDataStore
connection SqlConnection
originalConnectionString String
formatter DevExpress.Xpo.DB.Helpers.ISqlGeneratorFormatter
objectsToDisposeOnDisconnect IDisposable[]

Returns

Type
ICacheToCacheCommunicationCore
See Also