SqlFunctions.SoundCode Method (String)
Converts an alphanumeric string to a four-character (SOUNDEX) code to find similar-sounding words or names.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
[DbFunctionAttribute("SqlServer", "SOUNDEX")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] public static string SoundCode( string arg )
Parameters
- arg
-
Type:
System.String
A valid string.