mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-05 21:27:58 +08:00
Upgrade There is no entity update operation
This commit is contained in:
parent
e4cc3424c8
commit
c43dfc4746
@ -543,6 +543,7 @@ namespace SqlSugar
|
||||
PropertyName = name ,
|
||||
SqlParameterDbType=typeof(SqlSugar.DbConvert.NoParameterCommonPropertyConvert)
|
||||
});
|
||||
this.UpdateBuilder.SetValues.Add(new KeyValuePair<string, string>(name,value));
|
||||
return this;
|
||||
}
|
||||
public IUpdateable<T> SetColumns(Expression<Func<T, object>> filedNameExpression, object fieldValue)
|
||||
|
Loading…
Reference in New Issue
Block a user