Back to Devexpress

MSSql2005SqlDependencyCacheRoot Methods

xpo-devexpress-dot-xpo-dot-db-dot-helpers-dot-mssql2005sqldependencycacheroot-dot-underscore-methods.md

latest14.5 KB
Original Source

MSSql2005SqlDependencyCacheRoot Methods

The Root element that is used to connect Node elements to a data store being cached, tracking data store changes via SqlDependency notifications.

NameDescription
CreateProviderFromString_CacheRoot(String, AutoCreateOption, out IDisposable[]) staticReturns a cached data store provider, created based on specified settings.
CreateProviderFromString_WithCache(String, AutoCreateOption, out IDisposable[]) staticReturns a cached data store provider, created based on specified settings.
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[]) staticObsolete. This method is obsolete (use CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[]) instead).
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, ISqlGeneratorFormatter, out IDisposable[]) staticObsolete. This method is obsolete (use CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, ISqlGeneratorFormatter, out IDisposable[]) instead).
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, String, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[]) staticObsolete. This method is obsolete (use CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, String, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[]) instead).
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, String, ISqlGeneratorFormatter, out IDisposable[]) staticObsolete. This method is obsolete (use CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, String, ISqlGeneratorFormatter, out IDisposable[]) instead).
CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, DataCacheConfiguration, out IDisposable[]) staticCreates an MSSql2005SqlDependencyCacheRoot instance associated with a specified MSSqlConnectionProvider, providing access to a database to be cached, based on specified settings.
CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, out IDisposable[]) staticCreates an MSSql2005SqlDependencyCacheRoot instance associated with a specified MSSqlConnectionProvider providing access to a database to be cached.
CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, String, DataCacheConfiguration, out IDisposable[]) staticCreates 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[]) staticCreates 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[]) staticCreates 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[]) staticCreates 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[]) staticCreates 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[]) staticCreates 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[]) staticCreates 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[]) staticCreates an MSSql2005SqlDependencyCacheRoot instance associated with an MSSqlConnectionProvider, which is created to provide access to a database to be cached, based on specified settings.
Do(String, Object)Executes a specified command via the current Root element with specific parameters and returns the operation result.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ModifyData(DataCacheCookie, ModificationStatement[])Updates data in a cached data store using specified settings and returns the operation result.
ModifyData(ModificationStatement[])Updates data in a cached data store using specified modification statements and returns the operation result.
NotifyDirtyTables(DataCacheCookie, String[])Informs a cached data store‘s Root element about specific modified tables.
ProcessCookie(DataCacheCookie)Synchronizes table update information with a cached data store‘s Root element.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Register() staticRegisters MSSql2005SqlDependencyCacheRoot as a data store provider for use with XPO.
SelectData(DataCacheCookie, SelectStatement[])Fetches data from a cached data store using specified query statements and returns the operation result.
SelectData(SelectStatement[])Fetches data from a cached data store using specified query statements.
ToString()Returns a string that represents the current object. Inherited from Object.
UpdateSchema(DataCacheCookie, DBTable[], Boolean)Updates a cached data store‘s schema according to specified settings.
UpdateSchema(Boolean, DBTable[])Updates a cached data store‘s schema according to specified settings.

See Also

MSSql2005SqlDependencyCacheRoot Class

MSSql2005SqlDependencyCacheRoot Members

DevExpress.Xpo.DB.Helpers Namespace