dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLargeObject Class / Position Property

On this page
    Position Property (PgSqlLargeObject)
    On this page
    Gets the current position of the PgSqlLargeObject.
    Syntax
    'Declaration
     
    Public Overrides Property Position As Long
    public override long Position {get; set;}

    Property Value

    The current position of the large object.
    See Also