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:
@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
||||
namespace FreeSql.KingbaseES
|
||||
{
|
||||
|
||||
class KingbaseESDelete<T1> : Internal.CommonProvider.DeleteProvider<T1> where T1 : class
|
||||
class KingbaseESDelete<T1> : Internal.CommonProvider.DeleteProvider<T1>
|
||||
{
|
||||
public KingbaseESDelete(IFreeSql orm, CommonUtils commonUtils, CommonExpression commonExpression, object dywhere)
|
||||
: base(orm, commonUtils, commonExpression, dywhere)
|
||||
|
Reference in New Issue
Block a user