OracleIntervalYM(byte[ ])
This method creates a new instance of the OracleIntervalYM structure and sets its value to the provided byte array, which is in an internal Oracle INTERVAL DAY TO SECOND format.
Declaration
// C#
public OracleIntervalYM (byte[] bytes); Parameters
-
bytesA byte array that is in an internal Oracle
INTERVALYEARTOMONTHformat.
Exceptions
ArgumentException - The supplied byte array is not in an internal Oracle INTERVAL YEAR TO MONTH format or the supplied byte array has an invalid value.
ArgumentNullException - bytes is null.
Remarks
The supplied byte array must be in an internal Oracle INTERVAL YEAR TO MONTH format.