That would be extremely helpful in several use cases.
For me, I'm trying to get a nice sql query builder, without using its query mechanism.
I'd just like to have the final query with parameters.
i.e.
SELECT * FROM c WHERE Name = @Name
instead of Name = @p0
If there was a flag that would initiate this configuration in the compiler abstract class, that would be great.
Thanks a lot.