DataRow::GetChildRows Method
.NET Framework (current version)
Gets the child rows of a DataRow.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | GetChildRows(DataRelation^) | Gets the child rows of this DataRow using the specified DataRelation. |
![]() | GetChildRows(DataRelation^, DataRowVersion) | Gets the child rows of a DataRow using the specified DataRelation, and DataRowVersion. |
![]() | GetChildRows(String^) | Gets the child rows of a DataRow using the specified RelationName of a DataRelation. |
![]() | GetChildRows(String^, DataRowVersion) | Gets the child rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion. |
Show:
