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)
パラメーター説明
リレーションconst System::SharedPtr<System::Data::DataRelation>&親行と子行のリレーションを指定するためのリレーションオブジェクト。

ReturnValue

Array of child rows retreived.

参照