Upper extension method in linq to NHibernate
- by Daniel
I would like to use the Upper extension method which is declared on the IDbMethods interface against Sql Server 2008.
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.