Click here to Skip to main content
15,887,135 members
Articles / Operating Systems / Windows

A Custom linq query builder

Rate me:
Please Sign up or sign in to vote.
4.33/5 (2 votes)
19 Sep 2009CPOL3 min read 30.6K   9  
In my opinion one the most interesting features of Linq is Expression Trees.They let us build structured queries over IQueryable type.IQueryable ,as its name implies, is an interface that let us build a query over a provided object of type T.Although IQueryable and expression trees are mostly u

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions