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