Data.DBXCommon.TDBXTimeStampValue.GetTimeStamp
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXTimeStampValue |
Delphi
function GetTimeStamp: TSQLTimeStamp; override;
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 TimeStampType. Throws a TDBXError exception if IsNull is true.