Causes the OldRowHash value to be placed into the RowHash property
Namespace:
JiwaFinancials.Jiwa.JiwaApplication
Assembly:
JiwaApplication (in JiwaApplication.dll)
public virtual void RollBack()
Public Overridable Sub RollBack
public:
virtual void RollBack()
If a save operation updates the RowHash by using an OUTPUT INTO clause, then a subsequent event cancelling the save would mean then that the RowHash value held is invalid. Rollback will revert the RowHash back to the original value such that subsequent calls to Save will have the valid RowHash.