System::Data::DataRow::GetChildRows 方法

DataRow::GetChildRows method

获取通过指定关系被视为子项的行。

System::ArrayPtr<System::SharedPtr<System::Data::DataRow>> System::Data::DataRow::GetChildRows(const System::SharedPtr<System::Data::DataRelation> &relation)
参数类型描述
relationconst System::SharedPtr<System::Data::DataRelation>&用于指定父行-子行关系的关系对象。

ReturnValue

Array of child rows retreived.

另见