In MVC core 2.2 we can use savechanges
method after database actions(Insert/Delete/Edit
). Now my question is:
Is there any way to roll back my actions after calling savechanges
or is there any method to do it?
please guide me!!
In MVC core 2.2 we can use savechanges
method after database actions(Insert/Delete/Edit
). Now my question is:
Is there any way to roll back my actions after calling savechanges
or is there any method to do it?
please guide me!!