System::Data::DataRow::GetChildRows method

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>&पैरेंट रो - चाइल्ड रो रिलेशन को निर्दिष्ट करने के लिए रिलेशन ऑब्जेक्ट।

ReturnValue

Array of child rows retreived.

संबंधित देखें