dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTimeStamp Structure
Members

In This Topic
    OracleTimeStamp Structure
    In This Topic
    Represents the Oracle TIMESTAMP, TIMESTAMP WITH TIME ZONE, TIMESTAMP WITH LOCAL TIME ZONE data types.
    Syntax
    Remarks

    To obtain an OracleTimeStamp object call the OracleDataReader.GetOracleTimeStamp method of the OracleDataReader or OracleParameter class.

    When Oracle Client and server have timezone files of different versions, Oracle Client returns the following error when reading TIMESTAMP WITH TIME ZONE values with time zone explicitly specified by name: "ORA-01805: possible error in date/time operation". This error means that there is a chance, that you will get a timestamp with incorrect time zone value. dotConnect for Oracle ignores this error and returns an OracleTimeStamp object in this case, but it is not guaranteed that you will get correct time zone values in such case.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          Devart.Data.Oracle.OracleTimeStamp

    See Also