dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDependency Class
Properties Methods Events

In This Topic
    PgSqlDependency Class Members
    In This Topic

    The following tables list the members exposed by PgSqlDependency.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Creates a new instance of the PgSqlDependency class.  
    Top
    Public Properties
     NameDescription
    Public PropertyInterval in milliseconds between two consequent checks.  
    Public PropertyGets a value that indicates whether one of the tables associated with the dependency has changed.  
    Top
    Public Methods
     NameDescription
    Public MethodAssociates a PgSqlCommand object with this PgSqlDependency instance.  
    Public MethodExcludes this instance of PgSqlDependency from list of polled items.  
    Public MethodOverloaded. Starts the listener for receiving dependency change notifications from an instance of PostgreSQL Server.  
    Public MethodStops a listener for a connection specified in a previous Start call.  
    Top
    Public Events
     NameDescription
    Public EventFires when an error occurs in the process of waiting.  
    Public EventOccurs when a notification is received for any of the commands associated with this PgSqlDependency object.  
    Top
    See Also