System.Web.UI.WebControls Namespace AccessDataSource Class
.NET Framework version 2.0
The SqlCacheDependency property overrides the SqlCacheDependency property.
NOTE: This member is used internally by the .NET infrastructure and is not intended to be called directly from your code.
Exception Type |
Condition |
NotSupportedException |
An attempt was made to get or set the SqlCacheDependency property. |
In the base class, SqlDataSource, the 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 SqlCacheDependency property results in a NotSupportedException thrown.