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)
| 参数 | 类型 | 描述 |
|---|---|---|
| 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.Font for C++