mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	- FreeSql.Generator 支持 core 2.1 2.2 3.0 3.1
This commit is contained in:
		@@ -240,7 +240,7 @@ namespace FreeSql.Internal.CommonProvider
 | 
			
		||||
        }
 | 
			
		||||
        public TSelect Master()
 | 
			
		||||
        {
 | 
			
		||||
            _select = " SELECT ";
 | 
			
		||||
            _select = $" {_select.Trim()} ";
 | 
			
		||||
            return this as TSelect;
 | 
			
		||||
        }
 | 
			
		||||
        public TSelect Offset(int offset) => this.Skip(offset) as TSelect;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user