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)
ParameterTypeDescription
relationconst System::SharedPtr<System::Data::DataRelation>&Relation object to specify parent row - child row relation.

ReturnValue

Array of child rows retreived.

See Also