Data.DBXDelegate.TDBXDelegateWritableValue.SetTimeStamp
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXDelegate.pas Data.DBXDelegate.hpp
| |
Unit: Data.DBXDelegate | |
Parent: TDBXDelegateWritableValue |
Delphi
procedure SetTimeStamp(const Value: TSQLTimeStamp); override;
C++
virtual void __fastcall SetTimeStamp(const Data::Sqltimst::TSQLTimeStamp &Value);
Description
Sets the timestamp value for timestamp data types.
Data.DBXDelegate.TDBXDelegateWritableValue.SetTimeStamp inherits from Data.DBXCommon.TDBXWritableValue.SetTimeStamp. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetTimeStamp.
Sets the timestamp value for timestamp data types.
Sets the timestamp value for TDBXValue instances with a data types of TimeStampType.