FireDAC.DatS.TFDDatSRow.GetParentRows
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 */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FireDAC.DatS.pas FireDAC.DatS.hpp |
FireDAC.DatS | TFDDatSRow |
Description
Embarcadero Technologies does not currently have any additional information.