Upgrade There is no entity update operation

This commit is contained in:
sunkaixuan 2023-04-20 12:22:26 +08:00
parent e4cc3424c8
commit c43dfc4746

View File

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