System.Data Namespace DataRow Class
Sets the parent row of a DataRow using a specified DataRow and DataRelation object.
[ VB ] Overloads Public Function SetParentRow ( _ ByVal parentRow As DataRow _ ByVal relation As DataRelation, _ ) [ C# ] public void SetParentRow ( DataRow parentRow, DataRelation relation ); [ C++ ] public: void SetParentRow ( DataRow* parentRow, DataRelation* relation ); [ JScript ] public function SetParentRow ( parentRow : DataRow, relation : DataRelation );
DataRow Members DataRow.SetParentRow Overload List GetParentRow
© 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