Data.DBXCommon.TDBXValue.GetTimeStamp
Delphi
function GetTimeStamp: TSQLTimeStamp; virtual;
C++
virtual Data::Sqltimst::TSQLTimeStamp __fastcall GetTimeStamp();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXValue |
Description
Gets the timestamp value for timestamp data types.
Gets the timestamp value for TDBXValue instances with a data types of TDBXDataTypes. Throws a TDBXError exception if IsNull is true.