Data.DBXDBReaders.TDBXParamsReader.ToParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function ToParams(AOwner: TPersistent; Reader: TDBXReader;  AOwnsInstance: Boolean): TParams; static;

C++

static Data::Db::TParams* __fastcall ToParams(System::Classes::TPersistent* AOwner, Data::Dbxcommon::TDBXReader* Reader, bool AOwnsInstance);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXParamsReader

Description

Copies contents of current TDBXReader row into new TParams.

ToParams copies the contents of the current TDBXReader row into a new TParams instance. The new TParams instance is constructed with the AOwner argument instance as its owner.

See Also