Answers

Question and Answer:

  Home  ADO.NET 2.0

⟩ How to identify the updated rows in a dataset?

If the RowState property of the DataRow is "Modified" then that DataRow can be treated as updated.

If dr.RowState=DataRowState.Modified then

' u r logic here

End if

 185 views

More Questions for you: