OracleBFile.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 BFILE
s 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.