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
 

Property Value

The query that caused the error.
See Also