OracleBFile.Value Property

Definition

Gets an Array of type Byte that contains the OracleBFile data.

public:
 property System::Object ^ Value { System::Object ^ get(); };
public object Value { get; }
member this.Value : obj
Public ReadOnly Property Value As Object

Property Value

An Array of type Byte that contains the OracleBFile data.

Remarks

The Value property reads the entire BFILE at one time.

Note

A benefit of using BFILEs is the ability to retrieve large amounts of data in chunks at the client. However, when you use Value, you obtain all the data for the BFILE column as one contiguous chunk, which can significantly increase application overhead.

Applies to