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

TimeStampType Property
Gets the Oracle TIMESTAMP type that represents an OracleTimeStamp object.
Syntax
'Declaration
 
Public ReadOnly Property TimeStampType As OracleDbType
 

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