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

In This Topic
    AdditionalMessage Property
    In This Topic
    Gets the additional information passed from the notifying process.
    Syntax
    'Declaration
     
    Public ReadOnly Property AdditionalMessage As String
    public string AdditionalMessage {get;}

    Property Value

    The additional information.
    See Also