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.

SqlDependency::HasChanges Property

 

Gets a value that indicates whether one of the result sets associated with the dependency has changed.

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

public:
property bool HasChanges {
	bool get();
}

Property Value

Type: System::Boolean

A Boolean value indicating whether one of the result sets has changed.

If you are not using the OnChange event, you can check the HasChanges property to determine if the query results have changed.

The HasChanges property does not necessarily imply a change in the data. Other circumstances, such as time-out expired and failure to set the notification request, also generate a change event.

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