System::Data::DataRow::GetChildRows‑metod

DataRow::GetChildRows method

Hämtar rader som anses vara barn genom angiven relation.

System::ArrayPtr<System::SharedPtr<System::Data::DataRow>> System::Data::DataRow::GetChildRows(const System::SharedPtr<System::Data::DataRelation> &relation)
ParameterTypBeskrivning
relationconst System::SharedPtr<System::Data::DataRelation>&Relationsobjekt för att ange föräldrarad‑barnrad‑relation.

ReturnValue

Array of child rows retreived.

Se även