Expression.Call忽略Null值

时间:2018-06-24 11:23:31

标签: c# linq lambda

使用

时我想忽略空值
MethodInfo equalsMethod = typeof(string).GetMethod("Equals", new[] { typeof(string) });
Expression.Call(member, equalsMethod,Expression.Constant(filter.Value.ToString().ToUpper()));

因为数据库中的值为空,所以我正在获取对象引用。

0 个答案:

没有答案