MSSql2005SqlDependencyCacheRoot.CreateProviderFromString_CacheRoot(String, AutoCreateOption, out IDisposable[]) Method
In This Article
Returns a cached data store provider, created based on specified settings.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public static IDataStore CreateProviderFromString_CacheRoot(
string connectionString,
AutoCreateOption autoCreateOption,
out IDisposable[] objectsToDisposeOnDisconnect
)
#Parameters
Name | Type | Description |
---|---|---|
connection |
String | A connection string for an Microsoft SQL Server database that supports Query Notifications. |
auto |
Auto |
An Auto |
objects |
IDisposable[] | An array of IDisposable objects that must be disposed on disconnect from the database. |
#Returns
Type | Description |
---|---|
IData |
A Data |
See Also