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