mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
- 优化 IUpdate.Set 表达式传入匿名类更新多个字段;
This commit is contained in:
@ -48,7 +48,6 @@ public abstract class BaseEntity
|
||||
{
|
||||
var uow = Orm.CreateUnitOfWork();
|
||||
uow.IsolationLevel = level;
|
||||
UnitOfWork.Current.Value = uow;
|
||||
return uow;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user