dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTimeStamp Structure / TimeStampType Property

In This Topic
    TimeStampType Property
    In This Topic
    Gets the Oracle TIMESTAMP type that represents an OracleTimeStamp object.
    Syntax
    'Declaration
     
    Public ReadOnly Property TimeStampType As OracleDbType
    public OracleDbType TimeStampType {get;}

    Property Value

    One of the OracleDbType values. May be TimeStamp, TimeStampTZ, or TimeStampLTZ.
    Remarks
    The value of TimeStampType property is specified in the constructor depending its parameters or can be set explicitly by the corresponding constructor.
    See Also