Predicate<T> to Expression<Func<T, bool>>
可以以某种方式转换 a吗?
我想使用我的 ICollectionView 的过滤器来使用下一个 IQueryable 函数:
public static System.Linq.IQueryable<TSource> Where<TSource>(this System.Linq.IQueryable<TSource> source, System.Linq.Expressions.Expression<System.Func<TSource, bool>> predicate)
谢谢