Do MVA 1.0 and EntityFramework and SQL Server Soundex play together?
Posted
by Dale
on Stack Overflow
See other posts from Stack Overflow
or by Dale
Published on 2010-04-09T05:07:09Z
Indexed on
2010/04/09
5:13 UTC
Read the original article
Hit count: 458
I want to implement a simple soundex-based query in an existing EF-based MVC app. Has anyone done this? If so, how do you construct the query? I've found several Linq examples, but I'm after pure EF.
© Stack Overflow or respective owner