dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / OnCheckEventArgs Class / Hash Property

In This Topic
    Hash Property
    In This Topic
    Gets or sets a string value that can be used to identify state of a table.
    Syntax
    'Declaration
     
    Public Property Hash As String
    public string Hash {get; set;}

    Property Value

    A string value.
    Remarks
    The two properties Hash and TableName can be used to uniquely identify a table and its state across subsequent handler invocations.
    See Also