mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 04:53:45 +08:00
Update Core
This commit is contained in:
@@ -269,6 +269,7 @@ namespace SqlSugar
|
||||
public SqlSugarClient CopyContext(bool isCopyEvents = false)
|
||||
{
|
||||
var newClient = new SqlSugarClient(this.TranslateCopy(Context.CurrentConnectionConfig));
|
||||
newClient.CurrentConnectionConfig.ConfigureExternalServices=Context.CurrentConnectionConfig.ConfigureExternalServices;
|
||||
newClient.MappingColumns = this.TranslateCopy(Context.MappingColumns);
|
||||
newClient.MappingTables = this.TranslateCopy(Context.MappingTables);
|
||||
newClient.IgnoreColumns = this.TranslateCopy(Context.IgnoreColumns);
|
||||
|
Reference in New Issue
Block a user