dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDependency Class
Properties Methods Events

In This Topic
    MySqlDependency Class Members
    In This Topic

    The following tables list the members exposed by MySqlDependency.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the MySqlDependency class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the interval between two consequent checks.  
    Public PropertyGets a value that indicates whether one of the result sets associated with the dependency has changed.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Associates a MySqlCommand object with this MySqlDependency instance.  
    Public MethodExcludes this instance of MySqlDependency from list of polled items.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Starts tracking changes using the specified connection string.  
    Public Methodstatic (Shared in Visual Basic)Stops tracking changes with the specified connection string.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when MySqlDependency detects that there is a change in any of the commands associated with this MySqlDependency object.  
    Public EventOccurs when MySqlDependency checks status of a table.  
    Top
    See Also