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



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

Answer / 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

More ADO.NET Interview Questions

Which is better entity framework or ado.net?

1 Answers  


explain connection less and with connection?diference between data reader,data set,data adapter? can we use data reader,data set in a single application? if yes explain with simple code,if no explain?

3 Answers   Techno Labs,


What is executescalar and executenonquery?

0 Answers  


How to creating a SqlCommand Object?

1 Answers   Arigo Infotech,


What is ado or jdbc?

1 Answers  


What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?

1 Answers  


What are the ado.net objects?

1 Answers  


How to perform sorting on a table in ADO.NET?

1 Answers   Petranics Solutions,


How does ado.net work?

1 Answers  


How to retrieve the third table value from the data set?

2 Answers   Network Solutions,


What is the namespaces being used to access oracle database?

1 Answers  


Command objects uses, purposes and their methods.

1 Answers  


Categories