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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also