Data.DBXDBReaders.TDBXDataSetRow.SetTimestamp
Delphi
procedure SetTimestamp(DbxValue: TDBXTimeStampValue; var Value: TSQLTimeStamp); override;
C++
virtual void __fastcall SetTimestamp(Data::Dbxcommon::TDBXTimeStampValue* DbxValue, Data::Sqltimst::TSQLTimeStamp &Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Data.DBXDBReaders.pas Data.DBXDBReaders.hpp |
Data.DBXDBReaders | TDBXDataSetRow |
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.