/// ------------------------------------------------------------------------------------ /// <summary> /// Rollback to the save point /// </summary> /// ------------------------------------------------------------------------------------ protected virtual void Rollback() { using (new WaitCursor(m_vwRootSite as Control)) { if (m_dataAccess != null) { m_dataAccess.Rollback(); } } }
/// <summary> /// /// </summary> public void Rollback() { m_sda.Rollback(); }