SqlFunctions.SoundCode(String) Method

Definition

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

Applies to