wherecolums are supported for table insertion or update

This commit is contained in:
sunkaixuan
2024-05-29 14:05:45 +08:00
parent 16b7128e9a
commit 5a56320d30

View File

@@ -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()