dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLargeObject Class / Seek Method
A byte offset relative to the origin parameter.
A value of type System.IO.SeekOrigin indicating the reference point used to obtain the new position.

In This Topic
    Seek Method (PgSqlLargeObject)
    In This Topic
    Changes the current read or write location associated with the large object.
    Syntax
    'Declaration
     
    Public Overrides Function Seek( _
       ByVal offset As Long, _
       ByVal origin As SeekOrigin _
    ) As Long
    public override long Seek( 
       long offset,
       SeekOrigin origin
    )

    Parameters

    offset
    A byte offset relative to the origin parameter.
    origin
    A value of type System.IO.SeekOrigin indicating the reference point used to obtain the new position.

    Return Value

    The new location.
    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