Upper extension method in linq to NHibernate

Posted by Daniel on Stack Overflow See other posts from Stack Overflow or by Daniel
Published on 2010-04-07T06:16:52Z Indexed on 2010/04/07 6:23 UTC
Read the original article Hit count: 463

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about nhibernate

Related posts about c#