- 移除 ISelect<T> where T : class 约束限制;#515

This commit is contained in:
2881099
2020-11-02 21:01:07 +08:00
parent 5580602a19
commit f3bc47feca
92 changed files with 497 additions and 860 deletions

View File

@ -10,7 +10,7 @@ using System.Threading.Tasks;
namespace FreeSql.Odbc.Default
{
class OdbcUpdate<T1> : Internal.CommonProvider.UpdateProvider<T1> where T1 : class
class OdbcUpdate<T1> : Internal.CommonProvider.UpdateProvider<T1>
{
OdbcUtils _utils;
public OdbcUpdate(IFreeSql orm, CommonUtils commonUtils, CommonExpression commonExpression, object dywhere)