Position Property (PgSqlError)
On this page
Gets the error cursor position as 1-based index in the original query string.
Syntax
|
|---|
'Declaration
Public ReadOnly Property Position As Integer |
|
|---|
public int Position {get;} |
Property Value
The error cursor position.
See Also