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

In This Topic
    ErrorSql Property (PgSqlError)
    In This Topic
    Gets the query that caused the error.
    Syntax
    'Declaration
     
    Public ReadOnly Property ErrorSql As String
    public string ErrorSql {get;}

    Property Value

    The query that caused the error.
    See Also