Position Property (PgSqlException)
In This Topic
Gets an error cursor position as index into the original query string.
Syntax
'Declaration
Public ReadOnly Property Position As Integer
public int Position {get;}
Property Value
An error cursor position in the query string.
See Also