Remotion.Linq.SqlBackend.StringExtensions.SqlLike C# (CSharp) Метод

SqlLike() публичный статический Метод

public static SqlLike ( this source, string pattern ) : bool
source this
pattern string
Результат bool
    public static bool SqlLike (this string source, string pattern)
    {
      throw new NotImplementedException ("This method is only meant for translation to SQL.");
    }