On 03/17/2013 05:03 PM, Kapps wrote:

As for the implementation of lambdas to generate SQL queries and the
like, there was a pull request for a __traits(codeof) that could have
been used to do such a thing. Unfortunately, there were issues with it
in some fundamental way, and it was scrapped. A __traits(astof) would be
quite interesting for this.

qry = qry.Where(a => a.field == localvar);

Would it be sufficient to get at that local var?

Reply via email to