Yes, I have correct mappings. Additionaly query with equality operator:
from x in Session.Query<Entity>() where x.AnsiColumn == "00" select x is translated correctly into: exec sp_executesql N'select entity0_.Id as Id11_, entity0_.AnsiColumn as AnsiColumn11 from dbo.Entity entity0_ where entity0_.AnsiColumn=@p0,N'p0 varchar(8000)',@p0='00' -- 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.
