dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlError Class / ErrorCode Property

On this page
    ErrorCode Property (PgSqlError)
    On this page
    Gets the SQLSTATE code for the error.
    Syntax
    'Declaration
     
    Public ReadOnly Property ErrorCode As String
    public string ErrorCode {get;}

    Property Value

    The SQLSTATE code.
    See Also