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

ParameterTypeDescription
relationconst System::SharedPtr<System::Data::DataRelation>&Relation object to specify parent row - child row relation.

Return Value

Array of child rows retreived.

See Also