OracleLob.CanWrite Property

Definition

Always returns true, regardless of whether the LOB supports writing or not.

C#
public override bool CanWrite { get; }

Property Value

Always returns true, regardless of whether an opened or undisposed LOB supports writing or not, false if a LOB is closed or disposed.

Remarks

To write to the LOB, you must have retrieved the LOB using the FOR UPDATE clause in the SQL SELECT statement, and you must have started a local transaction.

Applies to

Produkt Versioner
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1