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)
ParameterTipeDeskripsi
relasiconst System::SharedPtr<System::Data::DataRelation>&Objek relasi untuk menentukan relasi baris induk - baris anak.

ReturnValue

Array of child rows retreived.

Lihat Juga