Back to Devexpress

MSSql2005SqlDependencyCacheRoot.CreateSqlDependencyCacheRoot Method

xpo-devexpress-dot-xpo-dot-db-dot-helpers-dot-mssql2005sqldependencycacheroot-dot-createsqldependencycacheroot.md

latest9.5 KB
Original Source

MSSql2005SqlDependencyCacheRoot.CreateSqlDependencyCacheRoot Method

NameParametersDescription
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[]) staticnonCachedProvider, connection, formatter, cacheConfiguration, objectsToDisposeOnDisconnectObsolete. This method is obsolete (use CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[]) instead).
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, ISqlGeneratorFormatter, out IDisposable[]) staticnonCachedProvider, connection, formatter, objectsToDisposeOnDisconnectObsolete. This method is obsolete (use CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, ISqlGeneratorFormatter, out IDisposable[]) instead).
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, String, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[]) staticnonCachedProvider, connection, originalConnectionString, formatter, cacheConfiguration, objectsToDisposeOnDisconnectObsolete. This method is obsolete (use CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, String, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[]) instead).
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, String, ISqlGeneratorFormatter, out IDisposable[]) staticnonCachedProvider, connection, originalConnectionString, formatter, objectsToDisposeOnDisconnectObsolete. This method is obsolete (use CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, String, ISqlGeneratorFormatter, out IDisposable[]) instead).
CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, DataCacheConfiguration, out IDisposable[]) staticnonCachedProvider, cacheConfiguration, objectsToDisposeOnDisconnectCreates an MSSql2005SqlDependencyCacheRoot instance associated with a specified MSSqlConnectionProvider, providing access to a database to be cached, based on specified settings.
CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, out IDisposable[]) staticnonCachedProvider, objectsToDisposeOnDisconnectCreates an MSSql2005SqlDependencyCacheRoot instance associated with a specified MSSqlConnectionProvider providing access to a database to be cached.
CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, String, DataCacheConfiguration, out IDisposable[]) staticnonCachedProvider, originalConnectionString, cacheConfiguration, objectsToDisposeOnDisconnectCreates an MSSql2005SqlDependencyCacheRoot instance associated with a specified Microsoft SQL Server provider, which is used to access a database to be cached, based on specified settings.
CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, String, out IDisposable[]) staticnonCachedProvider, originalConnectionString, objectsToDisposeOnDisconnectCreates an MSSql2005SqlDependencyCacheRoot instance associated with a specified Microsoft SQL Server provider, which is used to access a database to be cached, based on specified settings.
CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[]) staticconnection, nonCachedProvider, formatter, cacheConfiguration, objectsToDisposeOnDisconnectCreates an MSSql2005SqlDependencyCacheRoot instance associated with a specified Microsoft SQL Server provider, which is used to access a database to be cached, based on specified settings.
CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, ISqlGeneratorFormatter, out IDisposable[]) staticconnection, nonCachedProvider, formatter, objectsToDisposeOnDisconnectCreates an MSSql2005SqlDependencyCacheRoot instance associated with a specified Microsoft SQL Server provider, which is used to access a database to be cached, based on specified settings.
CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, String, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[]) staticconnection, nonCachedProvider, originalConnectionString, formatter, cacheConfiguration, objectsToDisposeOnDisconnectCreates an MSSql2005SqlDependencyCacheRoot instance associated with a specified Microsoft SQL Server provider, which is used to access a database to be cached, based on specified settings.
CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, String, ISqlGeneratorFormatter, out IDisposable[]) staticconnection, nonCachedProvider, originalConnectionString, formatter, objectsToDisposeOnDisconnectCreates an MSSql2005SqlDependencyCacheRoot instance associated with a specified Microsoft SQL Server provider, which is used to access a database to be cached, based on specified settings.
CreateSqlDependencyCacheRoot(String, AutoCreateOption, DataCacheConfiguration, out IDisposable[]) staticsqlConnectionConnectionString, autoCreateOption, cacheConfiguration, objectsToDisposeOnDisconnectCreates an MSSql2005SqlDependencyCacheRoot instance associated with an MSSqlConnectionProvider, which is created to provide access to a database to be cached, based on specified settings.
CreateSqlDependencyCacheRoot(String, AutoCreateOption, out IDisposable[]) staticsqlConnectionConnectionString, autoCreateOption, objectsToDisposeOnDisconnectCreates an MSSql2005SqlDependencyCacheRoot instance associated with an MSSqlConnectionProvider, which is created to provide access to a database to be cached, based on specified settings.