System::Data::DataRow::GetChildRows metod

DataRow::GetChildRows method

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

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

ReturnValue

Array of child rows retreived.

Se även