MSSql2005SqlDependencyCacheRoot.CreateProviderFromString_CacheRoot(String, AutoCreateOption, out IDisposable[]) Method
Returns a cached data store provider, created based on specified settings.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
connectionString | String | A connection string for an Microsoft SQL Server database that supports Query Notifications. |
autoCreateOption | AutoCreateOption | An AutoCreateOption value that specifies which operations should be performed when a data store is accessed for the first time. |
objectsToDisposeOnDisconnect | IDisposable[] | An array of IDisposable objects that must be disposed on disconnect from the database. |
Returns
Type | Description |
---|---|
IDataStore | A DataCacheNodeLocal instance (an IDataStore implementation) which is connected to a MSSql2005SqlDependencyCacheRoot associated with a MSSqlConnectionProvider, that is created based on specified settings. |