Partager via


SqlFunctions.SoundCode(String) Méthode

Définition

Convertit une chaîne alphanumérique en un code de quatre caractères (SOUNDEX) utilisé pour rechercher des mots ou des noms de consonance similaire.

[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

Paramètres

arg
String

Chaîne valide.

Retours

Code SOUNDEX de la chaîne d'entrée.

Attributs

S’applique à