System::Data::DataRow::GetChildRows method
DataRow::GetChildRows 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)
Parameter | Type | Description |
---|---|---|
relation | const System::SharedPtr<System::Data::DataRelation>& | Relation object to specify parent row - child row relation. |
ReturnValue
Array of child rows retreived.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class DataRow
- Class DataRelation
- Class DataRow
- Namespace System::Data
- Library Aspose.PDF for C++