I am trying to build a simple query in nHibernate with QueryOver but I want it to convert everything lower-case or ignore sensitive:
Domain.User User = Sessi
Better way is to change collation of your database to case insensitive one. If you can change database.