dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlTableChangeEventArgs Class / Reason Property

In This Topic
Reason Property (MySqlTableChangeEventArgs)
In This Topic
Gets the string that identifies why the table is considered to have changes.
Syntax
'Declaration
 
Public ReadOnly Property Reason As String
 

Property Value

The string that identifies why the table is considered to have changes.
Remarks
This property defines context for the event. The value can be one of the following:
Value Description
checksum The checksum of the table has changed.
timestamp fields checksum Some value in the TIMESTAMP column in the table has been changed, or new row added.
custom string Any string value that you assign to the Devart.Data.MySql.MySqlDependencyCheckEventArgs.Reason property in an MySqlDependency.OnCheck event handler.
See Also