AcceptChanges
The AcceptChanges function Commits all the changes made to the DataSet since it was loaded or since the last time AcceptChanges() was called.
Syntax :
AcceptChanges(InputName)
Parameters | Descriptions |
---|---|
InputName | Name of the Input. |
Example :
AcceptChanges(TestInput)
- All the changes will be saved in TestInput by using this functions.