System.Web.UI.WebControls.AccessDataSource.SqlCacheDependency Property

The AccessDataSource.SqlCacheDependency property overrides the SqlDataSource.SqlCacheDependency property.

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override string SqlCacheDependency { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

In the base class, System.Web.UI.WebControls.SqlDataSource, the AccessDataSource.SqlCacheDependency property gets or sets a semicolon-delimited string that indicates which databases and tables to use for the Microsoft SQL Server cache dependency. Cache dependency is not supported by Microsoft Access, and any access to the AccessDataSource.SqlCacheDependency property results in a NotSupportedException exception.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0