طريقة 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++