DataRow.GetChildRows Method
.NET Framework 3.5
Gets the child rows of a DataRow.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetChildRows(DataRelation) | Gets the child rows of this DataRow using the specified DataRelation. |
|
GetChildRows(String) | Gets the child rows of a DataRow using the specified RelationName of a DataRelation. |
|
GetChildRows(DataRelation, DataRowVersion) | Gets the child rows of a DataRow using the specified DataRelation, and DataRowVersion. |
|
GetChildRows(String, DataRowVersion) | Gets the child rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion. |