GetChildRows()
DataRow::GetChildRows(const System::SharedPtr<System::Data::DataRelation>&) method
Gets rows which are considered child through specified relation.
System::ArrayPtr<System::SharedPtr<System::Data::DataRow>> System::Data::DataRow::GetChildRows(const System::SharedPtr<System::Data::DataRelation> &relation)
Arguments
Parameter | Type | Description |
---|---|---|
relation | const System::SharedPtr<System::Data::DataRelation>& | Relation object to specify parent row - child row relation. |
Return Value
Array of child rows retreived.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class DataRow
- Class DataRelation
- Namespace System::Data
- Library Aspose.Slides