mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	- 移除 ISelect<T> where T : class 约束限制;#515
This commit is contained in:
		@@ -10,7 +10,7 @@ using System.Threading.Tasks;
 | 
			
		||||
namespace FreeSql.SqlServer.Curd
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
    class SqlServerUpdate<T1> : Internal.CommonProvider.UpdateProvider<T1> where T1 : class
 | 
			
		||||
    class SqlServerUpdate<T1> : Internal.CommonProvider.UpdateProvider<T1>
 | 
			
		||||
    {
 | 
			
		||||
 | 
			
		||||
        public SqlServerUpdate(IFreeSql orm, CommonUtils commonUtils, CommonExpression commonExpression, object dywhere)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user