Remotion.Linq.SqlBackend.StringExtensions.SqlLike C# (CSharp) Method

SqlLike() public static method

public static SqlLike ( this source, string pattern ) : bool
source this
pattern string
return bool
    public static bool SqlLike (this string source, string pattern)
    {
      throw new NotImplementedException ("This method is only meant for translation to SQL.");
    }