dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlInfoMessageEventArgs Class / Errors Property

In This Topic
    Errors Property
    In This Topic
    Gets the collection of messages sent from server.
    Syntax
    'Declaration
     
    Public ReadOnly Property Errors As PgSqlErrorCollection
    public PgSqlErrorCollection Errors {get;}

    Property Value

    A PgSqlErrorCollection object.
    See Also