Thursday, 15 August 2013

Linq, how to search French accents

Linq, how to search French accents

I have SQL Query like
select * from user where firstname like '%Je%' collate
SQL_Latin1_General_CP1_CI_AI
Is Linq able to do things like this?
I can use ExecuteStoreQuery, but like to know if Linq can to this. thanks.

No comments:

Post a Comment