SqlFunctions.Difference Method (String, String)
Returns an integer value that indicates the difference between the SOUNDEX values of two character expressions.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "string2")] [DbFunctionAttribute("SqlServer", "DIFFERENCE")] [SuppressMessageAttribute("Microsoft.Naming", "CA1720:IdentifiersShouldNotContainTypeNames", MessageId = "string")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "string1")] public static Nullable<int> Difference( string string1, string string2 )