OracleBFile.Null Field

Definition

Represents a null OracleBFile object that is not bound to a physical file.

C#
public static readonly System.Data.OracleClient.OracleBFile Null;

Field Value

Remarks

Null can be useful when you want to perform a comparison operation on an OracleBFile to determine nullability.

Any attempt to perform a read operation on a Null object succeeds, but does not return any data. Any attempt to perform a write operation on a Null object generates an exception. Selecting a BFILE column that contains a null value returns Null.

Applies to

Product Versions
.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