Metodo System::Data::DataRow::GetChildRows
DataRow::GetChildRows method
Ottiene le righe considerate figlie tramite la relazione specificata.
System::ArrayPtr<System::SharedPtr<System::Data::DataRow>> System::Data::DataRow::GetChildRows(const System::SharedPtr<System::Data::DataRelation> &relation)
| Parametro | Tipo | Descrizione |
|---|---|---|
| relazione | const System::SharedPtr<System::Data::DataRelation>& | Oggetto Relation per specificare la relazione riga padre - riga figlia. |
ReturnValue
Array of child rows retreived.
Vedi anche
- Typedef ArrayPtr
- Typedef SharedPtr
- Class DataRow
- Class DataRelation
- Class DataRow
- Namespace System::Data
- Library Aspose.Page for C++