Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

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

public:
property String^ SqlDependency {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A delimited string that identifies a set of database and table names that the user control cache entry is dependent on.

The 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 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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft