Skip to main content
A newer version of this page is available. .

MSSql2005SqlDependencyCacheRoot Fields

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.
See Also