dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTimeStamp Structure / OracleTimeStamp Constructor / OracleTimeStamp Constructor(DateTime,OracleDbType)
The specified System.DateTime.
One of the OracleDbType values. May be OracleDbType.TimeStamp, OracleDbType.TimeStampTZ, or OracleDbType.TimeStampLTZ.

In This Topic
    OracleTimeStamp Constructor(DateTime,OracleDbType)
    In This Topic
    Initializes a new instance of the OracleTimeStamp structure with the specified System.DateTime and Oracle TIMESTAMP type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dt As Date, _
       ByVal dbType As OracleDbType _
    )
    public OracleTimeStamp( 
       DateTime dt,
       OracleDbType dbType
    )

    Parameters

    dt
    The specified System.DateTime.
    dbType
    One of the OracleDbType values. May be OracleDbType.TimeStamp, OracleDbType.TimeStampTZ, or OracleDbType.TimeStampLTZ.
    See Also