DataRow.GetParentRow Method
.NET Framework 2.0
Gets the parent row of a DataRow.
| Name | Description |
|---|---|
| DataRow.GetParentRow (DataRelation) | Gets the parent row of a DataRow using the specified DataRelation. Supported by the .NET Compact Framework. |
| DataRow.GetParentRow (String) | Gets the parent row of a DataRow using the specified RelationName of a DataRelation. Supported by the .NET Compact Framework. |
| DataRow.GetParentRow (DataRelation, DataRowVersion) | Gets the parent row of a DataRow using the specified DataRelation, and DataRowVersion. Supported by the .NET Compact Framework. |
| DataRow.GetParentRow (String, DataRowVersion) | Gets the parent row of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion. Supported by the .NET Compact Framework. |