Data.DBXDelegate.TDBXDelegateWritableValue.GetTimeStamp
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXDelegate.pas Data.DBXDelegate.hpp
| |
Unit: Data.DBXDelegate | |
Parent: TDBXDelegateWritableValue |
Delphi
function GetTimeStamp: TSQLTimeStamp; override;
C++
virtual Data::Sqltimst::TSQLTimeStamp __fastcall GetTimeStamp();
Description
Gets the timestamp value for timestamp data types.
Data.DBXDelegate.TDBXDelegateWritableValue.GetTimeStamp inherits from Data.DBXCommon.TDBXValue.GetTimeStamp. All content below this line refers to Data.DBXCommon.TDBXValue.GetTimeStamp.
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.