Gets or sets the OutputCacheProfile.SqlDependency property.
Documentation for this section has not yet been entered.
The OutputCacheProfile.SqlDependency defines a relationship between a Web application and an instance of SQL Server, allowing the detection of changes in the data at the server. The OutputCacheProfile.SqlDependency ensures that output cached pages are removed from the cache whenever the SQL table on which they depend changes.
The System.Web.Caching.SqlCacheDependency class monitors the table so that when the table changes, the item will be automatically removed from the Cache. This class cannot be inherited.