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>& | Объект 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++