I need to create an expression tree, which I can pass along as ...predicate... argument in ...Where... clause to Linq To Enities query....public static IQueryable<TSource> Where<TSource>(this IQueryable<TSource> source,
Expression<Func<TSource, bool>>...