BinData
This property returns an array of bytes that represents the Oracle INTERVAL
DAY
TO
SECOND
in Oracle internal format.
Declaration
// C# public byte[] BinData {get;}
Property Value
A byte array that represents an Oracle INTERVAL
DAY
TO
SECOND
in Oracle internal format.
Exceptions
OracleNullValueException
- The current instance has a null value.
Remarks