5
Answers

C# Dataset undo changes

I want to know how to undo changes to a dataset prior to save.
At the moment I insert storedprocedure to the database or dataset, but now I want to undo the insert.
Can someone point me to the right direction.

Answers (5)