mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 19:15:10 +08:00
rename
This commit is contained in:
parent
0e03009d15
commit
c13dd5ce98
@ -14,14 +14,14 @@ namespace SqlSugar
|
||||
public SqlSugarProvider Context { get; set; }
|
||||
public object[] Inserts { get; set; }
|
||||
|
||||
public int ExecuteBlueCopy()
|
||||
public int ExecuteBulkCopy()
|
||||
{
|
||||
|
||||
throw new Exception("Only.net CORE is supported");
|
||||
|
||||
}
|
||||
|
||||
public async Task<int> ExecuteBlueCopyAsync()
|
||||
public async Task<int> ExecuteBulkCopyAsync()
|
||||
{
|
||||
await Task.Delay(0);
|
||||
throw new Exception("Only.net CORE is supported");
|
||||
|
Loading…
Reference in New Issue
Block a user