Data.DB.TSQLTimeStampField.SetAsSQLTimeStamp
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TSQLTimeStampField |
Delphi
procedure SetAsSQLTimeStamp(const Value: TSQLTimeStamp); override;
C++
virtual void __fastcall SetAsSQLTimeStamp(const Data::Sqltimst::TSQLTimeStamp &Value);
Description
Sets the value of the field with the given TSQLTimeStamp value.
The SetAsSQLTimeStamp method is used to set the value of the field with the given TSQLTimeStamp Value.