mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Synchronization code
This commit is contained in:
@@ -125,6 +125,7 @@ namespace SqlSugar
|
||||
result.SaveInfo = this;
|
||||
result.List = allDatas.Select(it=>it.Item).ToList();
|
||||
result.EntityInfo = this.Context.EntityMaintenance.GetEntityInfoWithAttr(typeof(T));
|
||||
result.whereExpression = this.whereExpression;
|
||||
return result;
|
||||
}
|
||||
public IStorageable<T> DefaultAddElseUpdate()
|
||||
|
Reference in New Issue
Block a user