FireDAC.Phys.Intf.TFDPhysMappingName
| [–] Properties | |
|---|---|
| Type: record struct
| |
| Visibility: public | |
| Source: FireDAC.Phys.Intf.pas FireDAC.Phys.Intf.hpp
| |
| Unit: FireDAC.Phys.Intf | |
| Parent: FireDAC.Phys.Intf | |
Delphi
TFDPhysMappingName = record
C++
struct DECLSPEC_DRECORD TFDPhysMappingName
{
public:
TFDPhysMappingKind FKind;
int FID;
System::UnicodeString FName;
Firedac::Dats::TFDDatSObject* FObj;
__fastcall TFDPhysMappingName(const int AID, TFDPhysMappingKind AKind)/* overload */;
__fastcall TFDPhysMappingName(const System::UnicodeString AName, TFDPhysMappingKind AKind)/* overload */;
__fastcall TFDPhysMappingName(Firedac::Dats::TFDDatSObject* const AObj, TFDPhysMappingKind AKind)/* overload */;
TFDPhysMappingName() {}
};
Description
TFDPhysMappingName record represents an universal DatS object identifier, used to map the identifier to a DatS object.