OracleBFile.CanWrite Property

Definition

Gets a value indicating whether the object supports writing.

public:
 virtual property bool CanWrite { bool get(); };
public override bool CanWrite { get; }
member this.CanWrite : bool
Public Overrides ReadOnly Property CanWrite As Boolean

Property Value

Always returns false because the Oracle BFILE data type is read-only.

Applies to