mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
db.Queryable.Includes.Select.ToList
This commit is contained in:
parent
4bc0f702d7
commit
ff3fcccf9d
@ -713,7 +713,7 @@ namespace SqlSugar
|
|||||||
// var propertyExpr = Expression.Property(paramExpr, rightName);
|
// var propertyExpr = Expression.Property(paramExpr, rightName);
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
else
|
else if(rightValue != null)
|
||||||
{
|
{
|
||||||
//leftObject.GetType().GetProperty(leftName).SetValue(leftObject, rightValue);
|
//leftObject.GetType().GetProperty(leftName).SetValue(leftObject, rightValue);
|
||||||
UtilMethods.SetAnonymousObjectPropertyValue(leftObject, leftName, rightValue);
|
UtilMethods.SetAnonymousObjectPropertyValue(leftObject, leftName, rightValue);
|
||||||
|
Loading…
Reference in New Issue
Block a user