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

In This Topic
    OnCheckEventArgs Class Members
    In This Topic

    The following tables list the members exposed by OnCheckEventArgs.

    Public Properties
     NameDescription
    Public PropertyGets or sets MySqlCommand object you can use in the handler.  
    Public PropertyGets the check method, specified in MySqlDependency for the command.  
    Public PropertyGets MySqlCommand object associated with the table that was modified on the server.  
    Public PropertyGets the MySqlConnection used by MySqlDependency object.  
    Public PropertyGets or sets a string value that can be used to identify state of a table.  
    Public PropertyGets or sets a string description that is passed to OnChange handler.  
    Public PropertyGets a DataTable object that describes structure of the table.  
    Public PropertyGets name of the table being watched.  
    Top
    See Also