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