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

TableName Property (OnCheckEventArgs)
Gets name of the table being watched.
Syntax
'Declaration
 
Public ReadOnly Property TableName As String
 

Property Value

A string that represents the name of the table.
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