mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	更新错误的命名 #103
This commit is contained in:
		@@ -35,7 +35,7 @@ namespace FreeSql
 | 
			
		||||
            get
 | 
			
		||||
            {
 | 
			
		||||
                if (_optionsPriv != null) return _optionsPriv;
 | 
			
		||||
                if (FreeSqlDbContextExtenssions._dicSetDbContextOptions.TryGetValue(Orm, out _optionsPriv)) return _optionsPriv;
 | 
			
		||||
                if (FreeSqlDbContextExtensions._dicSetDbContextOptions.TryGetValue(Orm, out _optionsPriv)) return _optionsPriv;
 | 
			
		||||
                _optionsPriv = new DbContextOptions();
 | 
			
		||||
                return _optionsPriv;
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user