InternalQuery Property (PgSqlError)
Gets the text of an internally-generated command that caused the error, for example, a SQL query performed by a PL/pgSQL function.
public string InternalQuery {get;}
'Declaration
Public ReadOnly Property InternalQuery As String
Property Value
The text of an internally-generated command that caused the error.