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

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

    Property Value

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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also