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

On this page
    ErrorSql Property (PgSqlError)
    On this page
    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