mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Add ISubInsertable.ExecuteCommandAsync
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Linq.Expressions;
|
using System.Linq.Expressions;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace SqlSugar
|
namespace SqlSugar
|
||||||
{
|
{
|
||||||
@@ -10,5 +11,6 @@ namespace SqlSugar
|
|||||||
[Obsolete("use ExecuteCommand")]
|
[Obsolete("use ExecuteCommand")]
|
||||||
object ExecuteReturnPrimaryKey();
|
object ExecuteReturnPrimaryKey();
|
||||||
object ExecuteCommand();
|
object ExecuteCommand();
|
||||||
|
Task<object> ExecuteCommandAsync();
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user