DataRow.GetParentRows Method
.NET Framework 4.5
Gets the parent 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 | |
|---|---|---|
|
GetParentRows(DataRelation) | Gets the parent rows of a DataRow using the specified DataRelation. |
|
GetParentRows(String) | Gets the parent rows of a DataRow using the specified RelationName of a DataRelation. |
|
GetParentRows(DataRelation, DataRowVersion) | Gets the parent rows of a DataRow using the specified DataRelation, and DataRowVersion. |
|
GetParentRows(String, DataRowVersion) | Gets the parent rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion. |