FireDAC.DatS.TFDDatSRelationList.FindRelation

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS TFDDatSRelationList

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 !