DataRow::SetParentRow Method

 

Sets the parent row of a DataRow.

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

NameDescription
System_CAPS_pubmethodSetParentRow(DataRow^)

Sets the parent row of a DataRow with specified new parent DataRow.

System_CAPS_pubmethodSetParentRow(DataRow^, DataRelation^)

Sets the parent row of a DataRow with specified new parent DataRow and DataRelation.

Return to top
Show: