mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 移除 ISelect<T> where T : class 约束限制;#515
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user