| |||||||
DataSet.HasChanges MethodSystem.Data Namespace DataSet Class Checks whether the DataSet has changes, including new, deleted, or modified rows. Overload List1. Checks whether the DataSet has changes, including new, deleted, or modified rows. [ C# ] public bool HasChanges ( );
[ C++ ] public: bool HasChanges ( );
[ JScript ] public function HasChanges ( ) : Boolean;
2. Checks whether the DataSet has changes, including new, deleted, or modified rows, filtered by DataRowState. ExampleThe following example uses the GetChanges method to create a second DataSet object that is then used to update a DBMS.
See AlsoDataSet Members GetChanges HasErrors |
| ||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme