FireDAC.DatS.TFDDatSRow.GetChildRows
Delphi
function GetChildRows(const AChildRelationName: String): TFDDatSView; overload;
function GetChildRows(AChildTable: TFDDatSTable): TFDDatSView; overload;
function GetChildRows(AChildRelation: TFDDatSRelation): TFDDatSView; overload;
C++
TFDDatSView* __fastcall GetChildRows(const System::UnicodeString AChildRelationName)/* overload */;
TFDDatSView* __fastcall GetChildRows(TFDDatSTable* AChildTable)/* overload */;
TFDDatSView* __fastcall GetChildRows(TFDDatSRelation* AChildRelation)/* 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.