System.Web.UI.PartialCachingAttribute.SqlDependency Property

Gets a delimited string that identifies one or more database and table name pairs that the cached user control is dependent on.

Syntax

public string SqlDependency { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PartialCachingAttribute.SqlDependency string identifies databases and table names according to the name of a SQL Server cache dependency in your configuration (typically added using the sqlcachedependency configuration elements). If you use SQL Server 2005, you can set the PartialCachingAttribute.SqlDependency property to "CommandNotification", which instructs ASP.NET to create row level dependencies for all SQL commands issued within the context of the current ASP.NET page.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0