The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OracleBFile::Value Property
.NET Framework (current version)
Gets an Array of type Byte that contains the OracleBFile data.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
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. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
