mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update Core
This commit is contained in:
@@ -566,6 +566,11 @@ namespace SqlSugar
|
|||||||
asyncUpdateableBuilder.PrimaryKeys = this.UpdateBuilder.PrimaryKeys;
|
asyncUpdateableBuilder.PrimaryKeys = this.UpdateBuilder.PrimaryKeys;
|
||||||
asyncUpdateableBuilder.IsOffIdentity = this.UpdateBuilder.IsOffIdentity;
|
asyncUpdateableBuilder.IsOffIdentity = this.UpdateBuilder.IsOffIdentity;
|
||||||
asyncUpdateableBuilder.SetValues = this.UpdateBuilder.SetValues;
|
asyncUpdateableBuilder.SetValues = this.UpdateBuilder.SetValues;
|
||||||
|
if (this.IsWhereColumns)
|
||||||
|
{
|
||||||
|
(asyncUpdateable as UpdateableProvider<T>).WhereColumnList = this.WhereColumnList;
|
||||||
|
(asyncUpdateable as UpdateableProvider<T>).IsWhereColumns = this.IsWhereColumns;
|
||||||
|
}
|
||||||
if (this.RemoveCacheFunc != null)
|
if (this.RemoveCacheFunc != null)
|
||||||
{
|
{
|
||||||
asyncUpdateable.RemoveDataCache();
|
asyncUpdateable.RemoveDataCache();
|
||||||
|
Reference in New Issue
Block a user