FireDAC.Phys.MongoDBDataSet.TFDMongoCustomDataSet.DoFetch
Delphi
function DoFetch(ATable: TFDDatSTable; AAll: Boolean; ADirection: TFDFetchDirection): Integer; override;
C++
virtual int __fastcall DoFetch(Firedac::Dats::TFDDatSTable* ATable, bool AAll, Firedac::Comp::Dataset::TFDFetchDirection ADirection)/* overload */;
inline bool __fastcall DoFetch(Firedac::Dats::TFDDatSRow* ARow, int AColumn, Firedac::Phys::Intf::TFDPhysFillRowOptions ARowOptions){ return Firedac::Comp::Client::TFDAdaptedDataSet::DoFetch(ARow, AColumn, ARowOptions); }
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | protected | FireDAC.Phys.MongoDBDataSet.pas FireDAC.Phys.MongoDBDataSet.hpp |
FireDAC.Phys.MongoDBDataSet | TFDMongoCustomDataSet |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !