FireDAC.Phys.Intf.IFDPhysCommand.Fetch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Fetch(ATable: TFDDatSTable; AAll: Boolean = True;  ABlocked: Boolean = False); overload;
procedure Fetch(ADatSManager: TFDDatSManager;  AMetaInfoMergeMode: TFDPhysMetaInfoMergeMode = mmReset); overload;

C++

virtual void __fastcall Fetch(Firedac::Dats::TFDDatSTable* ATable, bool AAll = true, bool ABlocked = false) = 0 /* overload */;
virtual void __fastcall Fetch(Firedac::Dats::TFDDatSManager* ADatSManager, TFDPhysMetaInfoMergeMode AMetaInfoMergeMode = (TFDPhysMetaInfoMergeMode)(0x0)) = 0 /* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf IFDPhysCommand

Description

Embarcadero Technologies does not currently have any additional information.