Linq and the like

Ellery Newcomer ellery-newcomer at utulsa.edu
Sun Mar 17 21:28:17 PDT 2013


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?


More information about the Digitalmars-d mailing list