Udostępnij przez


SqlFunctions.SoundCode(String) Metoda

Definicja

Konwertuje ciąg alfanumeryczny na czteroznaczny kod (SOUNDEX), aby znaleźć podobne brzmiące słowa lub nazwy.

[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

Parametry

arg
String

Prawidłowy ciąg.

Zwraca

Kod SOUNDEX ciągu wejściowego.

Atrybuty

Dotyczy