On 2013-11-12 16:20, Dicebot wrote:
I don't know much about linq but in macro context I'd expect it to generate an actual SQL query to database (and execute it) based on in-language filter statement (via reflection)
Exactly, spot on. The interesting thing there, in the context of macros, is converting the AST of the lambda to an string containing SQL code.
-- /Jacob Carlborg