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

In This Topic
    CanRead Property (PgSqlLargeObject)
    In This Topic
    Gets a value indicating whether the PgSqlLargeObject is opened and supports reading.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property CanRead As Boolean
    public override bool CanRead {get;}

    Property Value

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