Data for Silverlight
AcceptChanges Method (DataRow)

C1.Silverlight.Data Namespace > DataRow Class : AcceptChanges Method
Marks the row as unchanged.
Syntax
'Declaration
 
Public Sub AcceptChanges() 
public void AcceptChanges()
Remarks
If the RowState of the row was Added or Modified, the RowState becomes Unchanged. If the RowState was Deleted, the row is removed. The DataTable class also has an AcceptChanges method which affects changes made to the whole table.
See Also

Reference

DataRow Class
DataRow Members