CanRead Property (PgSqlLargeObject)
Gets a value indicating whether the
PgSqlLargeObject is opened and supports reading.
public override bool CanRead {get;}
'Declaration
Public Overrides ReadOnly Property CanRead As Boolean
Property Value
true if the
PgSqlLargeObject can be read from; otherwise,
false.