about the point 2 Your mapping looks as follows: <property access="property" column="LetterType" insert="true" name="LetterType" not-null="true" type="int" update="true"> </property>
is wrong, why you have type="int"? I bet you have a ghost: http://fabiomaulo.blogspot.com/2008/10/how-test-your-mappings-ghostbuster.html fix the ghost and them will talk about the query. about the point 5: I think it is not possible if you understood how this work. I think is not even possible with entity framework. I don't know if you are talking about methods call like "ToString()", "ToLower()" those methods can be supported. Your methods not. The contrib version of the linq provider is outdated and it fail in many cases. You should try with NH3, currently support many more scenarios than the former provider. 2010/3/7 Afshar Mohebbi <[email protected]> > Hi all, > > Recently I used LINQ-to-NHibernate for first time. So write about this > experience in my blog: > > http://afsharm.blogspot.com/2010/03/experience-linq-to-nhibernate.html > > afsharm > > -- > 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]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > -- 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.
