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

In This Topic
InternalPosition Property (PgSqlError)
In This Topic
Gets the error cursor position as 1-based index in the InternalQuery string.
Syntax
'Declaration
 
Public ReadOnly Property InternalPosition As String
 

Property Value

The error cursor position in InternalQuery.
Remarks
The position is measured in characters, not bytes.
See Also