Interesting. I may use dynamic LINQ, and store the LINQ query as a string.
On Nov 15, 7:26 am, José F. Romaniello <[email protected]> wrote: > Wrong. Linq is converted to an ANTLR expression tree, the same thing HQL is > converted to. > But there is not conversion from Linq to HQL and it is not possible to tweek > an ANTLR expression tree into HQL (not sure about this last thing.) > > 2010/11/15 Stefan Wenig <[email protected]> > > > BTW, internally, LINQ is converted to HQL. There might be a way to > > extract, save and execute this HQL. > > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
