Open
Description
Fernando Mato Mira created an issue — 26th September 2013, 13:57:25:
I am forced to use SQL if a query wants to refer to a temporary table.
I want to use HQL to avoid explicitly referring to columns for what I want to do, so I need to be able to map the temporary table.
The temporary tables I'm using just contain a Guid column.
Only Fluent ability is not enough, the feature has to be usable from C/CLI, which has no lambdas.