DataRow::GetParentRow Method

 

Gets the parent row of a DataRow.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

NameDescription
System_CAPS_pubmethodGetParentRow(DataRelation^)

Gets the parent row of a DataRow using the specified DataRelation.

System_CAPS_pubmethodGetParentRow(DataRelation^, DataRowVersion)

Gets the parent row of a DataRow using the specified DataRelation, and DataRowVersion.

System_CAPS_pubmethodGetParentRow(String^)

Gets the parent row of a DataRow using the specified RelationName of a DataRelation.

System_CAPS_pubmethodGetParentRow(String^, DataRowVersion)

Gets the parent row of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.

Return to top
Show: