FireDAC.Comp.Client.TFDCustomTableAdapter.Fetch

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomTableAdapter

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。