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
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note