Linq to Sql NLSSORT

161 Views Asked by At

Just wondering if there is a way to call NLSSort through linq.
Actually to be more specific, when I call my OrderBy clauses in Linq, I want them To be ordered Alphabetically but Ignoring special characters such as ".'/@

Does anyone know of an extension method or how to write an extension method to do so?

-Thanks

0

There are 0 best solutions below