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

In This Topic
    TableName Property (OnCheckEventArgs)
    In This Topic
    Gets name of the table being watched.
    Syntax
    'Declaration
     
    Public ReadOnly Property TableName As String
    public string TableName {get;}

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