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.
参照
- Typedef ArrayPtr
- Typedef SharedPtr
- Class DataRow
- Class DataRelation
- Class DataRow
- Namespace System::Data
- Library Aspose.Page for C++