طريقة 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)
معاملنوعالوصف
relationconst System::SharedPtr<System::Data::DataRelation>&كائن العلاقة لتحديد علاقة الصف الأب - الصف الابن.

ReturnValue

Array of child rows retreived.

انظر أيضًا