FireDAC.DatS.TFDDatSRelationList.FindRelation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function FindRelation(AParentTable, AChildTable: TFDDatSTable;
AMBNested: Boolean): TFDDatSRelation; overload;
function FindRelation(AParentTable: TFDDatSTable;
AObjColumn: TFDDatSColumn): TFDDatSRelation; overload;
function FindRelation(ANestedTable: TFDDatSTable): TFDDatSRelation; overload;

C++

TFDDatSRelation* __fastcall FindRelation(TFDDatSTable* AParentTable, TFDDatSTable* AChildTable, bool AMBNested)/* overload */;
TFDDatSRelation* __fastcall FindRelation(TFDDatSTable* AParentTable, TFDDatSColumn* AObjColumn)/* overload */;
TFDDatSRelation* __fastcall FindRelation(TFDDatSTable* ANestedTable)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS TFDDatSRelationList

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.