OutputCacheProfile.SqlDependency Property
.NET Framework (current version)
Gets or sets the SqlDependency property.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("sqlDependency")>] member SqlDependency : string with get, set
The 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 SqlDependency ensures that output cached pages are removed from the cache whenever the SQL table on which they depend changes.
Note |
|---|
The 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. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
