2015-01-20 19:30 GMT+01:00 Bryan Valencia <[email protected]>: > property, and NONE of them explain how to go from CreateSqlQuery to > List<myObject>. Perhaps it's my newness to NH, or poor google skills, but I > am just getting more mired here.
Just to check - you do know about the other query methods right? Linq, HQL and Criteria queries. Using SQL is generally a last-resort for very complex queries. Do you have your mappings in order? /Oskar -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
