Data.DBXDBReaders.TDBXParamsRow.SetTimestamp

From RAD Studio API Documentation
Jump to: navigation, search

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 TDBXParamsRow

Description

Sets the value of the field parameter specified by DbxValue to the TSQLTimeStamp value specified by Value.

See Also