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