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
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework