Npgsql Api Docs

NpgsqlError.InternalPosition Property

Position (one based) within the 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 InternalPosition As String
[C#]
public string InternalPosition {get;}

See Also

NpgsqlError Class | Npgsql Namespace