dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBinary Structure / Value Property

In This Topic
Value Property (OracleBinary)
In This Topic
Gets the value of the OracleBinary structure.
Syntax
'Declaration
 
Public ReadOnly Property Value As Byte()
 

Property Value

The value of the OracleBinary structure.
Remarks
Check the IsNull property before reading the Value property to avoid raising an exception.
See Also