adspace


How can we check that some changes have been made to dataset since it was loaded?

Answer Posted / Anshul Chandra

To check if any changes have been made to a DataSet since it was loaded, you can use the HasChanges property of the DataTable. If this property returns true, it means that changes have been made.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of entity framework?

1054


Explain how to call the sql commands asynchronously in ado.net version 2.0?

1002