Skip to content

Changing case sensitivity

Harry McIntyre edited this page Aug 21, 2013 · 1 revision

If you are using a case-sensitive provider (e.g. Linq To Objects) but you would like case-insensitive queries, you can use the code at the following Gist to apply a transform to your IQueryable

https://gist.github.com/mcintyre321/6294588

Clone this wiki locally