Data.DBXDBReaders.TDBXDataSetRow.SetTimestamp
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
| Unit: Data.DBXDBReaders | |
| Parent: TDBXDataSetRow | |
Delphi
procedure SetTimestamp(DbxValue: TDBXTimeStampValue;
var Value: TSQLTimeStamp); override;
C++
virtual void __fastcall SetTimestamp(Data::Dbxcommon::TDBXTimeStampValue* DbxValue, Data::Sqltimst::TSQLTimeStamp &Value);
Description
Sets the value of the field specified by DbxValue to the TSQLTimeStamp value specified by Value.
If the DataType property of the DbxValue parameter is DateTimeType, Value is first converted to TDateTime.