Npgsql Api Docs

NpgsqlError.InternalQuery Property

Internal query string where the error was encounterd. This position refers to an internal command executed for example inside a PL/pgSQL function. PostgreSQL 7.4 and up.

[Visual Basic]
Public ReadOnly Property InternalQuery As String
[C#]
public string InternalQuery {get;}

See Also

NpgsqlError Class | Npgsql Namespace