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)
매개변수형식설명
관계const System::SharedPtr<System::Data::DataRelation>&부모 행과 자식 행 관계를 지정하는 Relation 객체.

ReturnValue

Array of child rows retreived.

또 보기