LINQ in Action roller

LINQ: Building an IQueryable Provider - Part II

Now, that I’ve laid the groundwork defining a reusable version of IQueryable and IQueryProvider, namely Query and QueryProvider, I’m going to build a provider that actually does something. As I said before, what a query provider really does is execute a little bit of ‘code’ defined as an expression tree instead of actual IL. Of course, it does not actually have to execute it in the traditional sense. For example, LINQ to SQL translates the query expression into SQL and sends it to the server to execute Read More...
Published Tuesday, July 31, 2007 9:59 AM by The Wayward WebLog
Anonymous comments are disabled

Featured Item

This Blog

Sponsoring

Syndication