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)
| Parameter | Type | 描述 |
|---|---|---|
| 关系 | const System::SharedPtr<System::Data::DataRelation>& | 用于指定父行‑子行关系的 Relation 对象。 |
ReturnValue
Array of child rows retreived.
另见
- Typedef ArrayPtr
- Typedef SharedPtr
- Class DataRow
- Class DataRelation
- Class DataRow
- Namespace System::Data
- Library Aspose.Page for C++