xpo-devexpress-dot-xpo-dot-db-dot-helpers-dot-mssql2005sqldependencycacheroot-dot-underscore-members.md
The Root element that is used to connect Node elements to a data store being cached, tracking data store changes via SqlDependency notifications.
| Name | Description |
|---|---|
| XpoProviderTypeString_CacheRoot static | Gets the name of a cached data store provider that is created via the MSSql2005SqlDependencyCacheRoot.CreateProviderFromString_CacheRoot method. This name is used internally when generating a connection string via the MSSqlConnectionProvider.GetConnectionString2005CacheRoot method. |
| XpoProviderTypeString_WithCache static | Gets the name of a cached data store provider that is created via the MSSql2005SqlDependencyCacheRoot.CreateProviderFromString_WithCache method. This name is used internally when generating a connection string via the MSSqlConnectionProvider.GetConnectionString2005WithCache method. |
| Name | Description |
|---|---|
| AutoCreateOption | Returns which operations are performed when a session connects a cached data store for the first time. |
See Also