mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 18:34:55 +08:00
rename
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user