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.");
    }