System::Data::DataRow::GetChildRows metode
DataRow::GetChildRows method
Mendapatkan baris yang dianggap anak melalui relasi yang ditentukan.
System::ArrayPtr<System::SharedPtr<System::Data::DataRow>> System::Data::DataRow::GetChildRows(const System::SharedPtr<System::Data::DataRelation> &relation)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| relasi | const System::SharedPtr<System::Data::DataRelation>& | Objek relasi untuk menentukan relasi baris induk - baris anak. |
ReturnValue
Array of child rows retreived.
Lihat Juga
- Typedef ArrayPtr
- Typedef SharedPtr
- Class DataRow
- Class DataRelation
- Class DataRow
- Namespace System::Data
- Library Aspose.Page for C++