Data.DBXCommon.TDBXValue.GetTimeStamp
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXValue | |
Delphi
function GetTimeStamp: TSQLTimeStamp; virtual;
C++
virtual Data::Sqltimst::TSQLTimeStamp __fastcall GetTimeStamp();
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.