13.2.5.12 Value
This instance property returns the data, starting from the first byte in the BLOB, as a byte array. 
                  
Declaration
// C#
public Byte[] Value{get;}Property Value
A byte array.
Exceptions
ObjectDisposedException - The object is already disposed.
                  
InvalidOperationException - The OracleConnection is not open or has been closed during the lifetime of the object.
                  
ArgumentOutOfRangeException - The Value is less than 0.
                  
Remarks
The value of Position is not used or changed by using this property. 2 GB is the maximum byte array length that can be returned by this property.