dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlNotificationEventArgs Class / Condition Property

In This Topic
    Condition Property
    In This Topic
    Gets the name of the notify condition.
    Syntax
    'Declaration
     
    Public ReadOnly Property Condition As String
    public string Condition {get;}

    Property Value

    The name of the condition that the notify has been raised on.
    See Also