Hi ev;
We don't think that you need to regen the orm but it wouldn't hurt to do it. In memory, strings in .NET are Unicode so the EntityQuery arguments will default to Unicode, which may have performance implications. If so, you can implement a custom ProviderHelper to map string parameters to AnsiStrings.