FireDAC.Comp.Client.TFDCustomTableAdapter.Fetch
Delphi
procedure Fetch(AAll: Boolean = False); overload;
procedure Fetch(ARow: TFDDatSRow; var AAction: TFDErrorAction;
AColumn: Integer; ARowOptions: TFDPhysFillRowOptions); overload;
C++
void __fastcall Fetch(bool AAll = false)/* overload */;
void __fastcall Fetch(Firedac::Dats::TFDDatSRow* ARow, Firedac::Stan::Intf::TFDErrorAction &AAction, int AColumn, Firedac::Phys::Intf::TFDPhysFillRowOptions ARowOptions)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDCustomTableAdapter |
Description
Embarcadero Technologies does not currently have any additional information.