Skip to content

LINQ expression Parser

fishpi edited this page Sep 13, 2010 · 1 revision

The LINQ expression parser does the work of converting a LINQ query expression into an internal structure that can be more easily mapped to relational database operations.

Currently, the LINQ parser is little more than a toy implementation: it implements enough to prove the basic concept, but is not sufficiently extensible to be used for the entire LINQ API

Clone this wiki locally