asp.net.ph

DataRow.SetParentRow Method ( DataRelation, DataRow )

System.Data Namespace   DataRow Class


Sets the parent row of a DataRow using the specified DataRow.

[ VB ]
Overloads Public Sub SetParentRow ( _
   ByVal parentRow As DataRow _
)

[ C# ]
public void SetParentRow (
   DataRow parentRow
);

[ C++ ]
public: void SetParentRow (
   DataRow* parentRow
);

[ JScript ]
public function SetParentRow (
   parentRow : DataRow
);

Parameters

parentRow
The new parent DataRow.

Exceptions


Exception Type Condition
RowNotInTableException Occurs when the row does not belong to a table.
ArgumentNullException Occurs when the row is a null reference.

See Also

DataRow Members   DataRow.SetParentRow Overload List   GetParentRow Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph