LINQ in Action roller

How i can make this generic query pattern work?

How i can define the func to use this query in a generic form? IQueryable ApplyFunkyQuery ( IQueryable source, Expression> filter1, Expression> filter2, Expression> projection1 ) { return source .Where(filter1) .Select(projection1) .Where(filter2); } thanks Read More...
Published Tuesday, November 18, 2008 5:55 PM by MSDN Forums: LINQ Project General
Anonymous comments are disabled

Featured Item

This Blog

Sponsoring

Syndication