FireDAC.DatS.TFDDatSRow.GetParentRows
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: FireDAC.DatS.pas FireDAC.DatS.hpp
| |
| Unit: FireDAC.DatS | |
| Parent: TFDDatSRow | |
Delphi
function GetParentRows(const AParentRelationName: String): TFDDatSView; overload;
function GetParentRows(AParentTable: TFDDatSTable): TFDDatSView; overload;
function GetParentRows(AParentRelation: TFDDatSRelation): TFDDatSView; overload;
C++
TFDDatSView* __fastcall GetParentRows(const System::UnicodeString AParentRelationName)/* overload */;
TFDDatSView* __fastcall GetParentRows(TFDDatSTable* AParentTable)/* overload */;
TFDDatSView* __fastcall GetParentRows(TFDDatSRelation* AParentRelation)/* overload */;
Description
Embarcadero Technologies does not currently have any additional information.