Click here to Skip to main content
15,906,574 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
getchanges method can be return records or only true or false?

and

what is the difference between haschange and getchanges methods?
Posted

1 solution

From MSDN

GetChanges [^]: Gets a copy of the DataSet that contains all changes made to it since it was loaded or since AcceptChanges was last called.

HasChanges [^]: Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows.
 
Share this answer
 
Comments
AZADKUMARREDDY 25-Jul-11 10:38am    
hi manas Bhardwaj
thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900