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