Esempio n. 1
0
        public void Shutdown()
        {
            if (DatabaseSession != null)
            {
                DatabaseSession      = null;
                _oracleSessionValues = null;
            }

            AutoRefreshEnabled             = false;
            _planItemCollection            = null;
            SessionItems                   = null;
            QueryCoordinatorLongOperations = null;
            SummarySession.Clear();
            IsParallel = false;
            ExecutionPlanTreeView.RootItem = null;
        }