Allow the LINQ expression tree to be modified before executing the query. I
Allow the LINQ expression tree to be modified before executing the query. I do this in my app so we can write our queries without having to worry about making them multi-tenant. But when I pop the query from our source code into LINQPad, I have to manually edit the query to make it multi-tenant. Would be great if we could hook in a custom ExpressionVisitor.
1
vote
Lawrence Parker
shared this idea