dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDependency Class / HasChanges Property

HasChanges Property
Gets a value that indicates whether one of the result sets associated with the dependency has changed.
Syntax
'Declaration
 
Public ReadOnly Property HasChanges As Boolean
 

Property Value

Boolean value indicating whether one of the result sets has changed.
Remarks
If you are not using the OnChange event, you can check the HasChanges property to determine if the query results have changed.

Note that once the value of this property is set to true, it remains true forever. In other words, to continue tracking for changes you have to use the OnChange event or create another instance of the MySqlDependency class.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also