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

In This Topic
    CanSeek Property (PgSqlLargeObject)
    In This Topic
    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