FireDAC.Comp.DataSet.TFDDataSet.GetParentRow
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp | |
| Unit: FireDAC.Comp.DataSet | |
| Parent: TFDDataSet | |
Delphi
function GetParentRow: TFDDatSRow;
C++
Firedac::Dats::TFDDatSRow* __fastcall GetParentRow();
Description
Returns the parent row of this nested dataset.
Call the GetParentRow method to get a reference to the parent row for this nested dataset.