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

On this page
    CanSeek Property (PgSqlLargeObject)
    On this page
    Gets a value indicating whether the PgSqlLargeObject is opened and supports seeking.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property CanSeek As Boolean
    public override bool CanSeek {get;}

    Property Value

    true if the PgSqlLargeObject can be sought; otherwise, false.
    See Also