Метод 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++