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

Hash Property
Gets or sets a string value that can be used to identify state of a table.
Syntax
'Declaration
 
Public Property Hash As String
 

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