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
    public string Reason {get;}

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