Predicate<T> to Expression<Func<T, bool>>
何らかの方法でを変換することは可能ですか?
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)
ありがとう