returnExpressionConst.GetThrowMessage("Expression parsing does not support the current function. There are many functions available in the SqlFunc class, for example, it=>SqlFunc.HasValue(it.Id)","拉姆达解析不支持当前函数,SqlFunc这个类里面有大量函数可用,例如 it=>SqlFunc.HasValue(it.Id)");
returnExpressionConst.GetThrowMessage("Expression parsing does not support the current function {0}. There are many functions available in the SqlFunc class, for example, it=>SqlFunc.HasValue(it.Id)","拉姆达解析不支持当前函数{0},SqlFunc这个类里面有大量函数可用,也许有你想要的,例如: it=>SqlFunc.HasValue(it.Id)");
Check.Exception(expression.Method.ReflectedType.FullName!=ExpressionConst.SqlFuncFullName,expression.Method.Name+" no support."+ExpressionErrorMessage.MethodError);