DataRow::GetParentRows Method

 

Gets the parent rows of a DataRow.

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

NameDescription
System_CAPS_pubmethodGetParentRows(DataRelation^)

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

System_CAPS_pubmethodGetParentRows(DataRelation^, DataRowVersion)

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

System_CAPS_pubmethodGetParentRows(String^)

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

System_CAPS_pubmethodGetParentRows(String^, DataRowVersion)

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

Return to top
Show: