FireDAC.Phys.Intf.IFDPhysMappingHandler.MapRecordSet
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: FireDAC.Phys.Intf.pas FireDAC.Phys.Intf.hpp
| |
| Unit: FireDAC.Phys.Intf | |
| Parent: IFDPhysMappingHandler | |
Delphi
function MapRecordSet(const ATable: TFDPhysMappingName;
var ASourceID: Integer; var ASourceName, ADatSName, AUpdateName: String;
var ADatSTable: TFDDatSTable): TFDPhysMappingResult;
C++
virtual TFDPhysMappingResult __fastcall MapRecordSet(const TFDPhysMappingName &ATable, int &ASourceID, System::UnicodeString &ASourceName, System::UnicodeString &ADatSName, System::UnicodeString &AUpdateName, Firedac::Dats::TFDDatSTable* &ADatSTable) = 0 ;
Description
Embarcadero Technologies does not currently have any additional information.