Click here to Skip to main content
15,884,353 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.5K   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
No downloads associated with this content

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

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