标签: c# linq lambda
使用
MethodInfo equalsMethod = typeof(string).GetMethod("Equals", new[] { typeof(string) }); Expression.Call(member, equalsMethod,Expression.Constant(filter.Value.ToString().ToUpper()));
因为数据库中的值为空,所以我正在获取对象引用。