Méthode System::Data::DataRow::GetChildRows

DataRow::GetChildRows method

Obtient les lignes qui sont considérées comme enfants via la relation spécifiée.

System::ArrayPtr<System::SharedPtr<System::Data::DataRow>> System::Data::DataRow::GetChildRows(const System::SharedPtr<System::Data::DataRelation> &relation)
ParamètreTypeDescription
relationconst System::SharedPtr<System::Data::DataRelation>&Objet de relation pour spécifier la relation ligne parent - ligne enfant.

ReturnValue

Array of child rows retreived.

Voir aussi