SqlFunctions.SoundCode(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts an alphanumeric string to a four-character (SOUNDEX) code to find similar-sounding words or names.
[System.Data.Entity.DbFunction("SqlServer", "SOUNDEX")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
public static string SoundCode(string arg);
static member SoundCode : string -> string
Public Shared Function SoundCode (arg As String) As String
Parameters
- arg
- String
A valid string.
Returns
The SOUNDEX code of the input string.
- Attributes