I would like to use the Upper extension method which is declared on the IDbMethods interface against Sql Server 2008.
The extension methods are defined in NHibernate.Linq.SqlClient.SqlClientExtensions
I understand that this will translate to UPPER() on sql server.
However I can not figure out how to get an implementation of IDbMethods so that I can use the extension method.