Exemple #1
0
        protected void Reset()
        {
            using (_rwLock.GetWriteLock())
            {
                RawDataSettings.Clear();
                TenantName          = null;
                TenantRoot          = null;
                AppVersion          = null;
                DataProviderType    = DataProviderType.Unknown;
                DataProviderClrType = null;
                ConnectionString    = null;
                //this.DataConnectionType = null;

                _installed = null;
            }
        }