C# 클래스 Remotion.Linq.SqlBackend.StringExtensions

StringExtensions provides extension methods for strings.
파일 보기 프로젝트 열기: re-motion/Relinq-SqlBackend

공개 메소드들

메소드 설명
SqlContainsFreetext ( this source, string searchCondition ) : bool
SqlContainsFreetext ( this source, string searchCondition, string language ) : bool
SqlContainsFulltext ( this source, string searchCondition ) : bool
SqlContainsFulltext ( this source, string searchCondition, string language ) : bool
SqlLike ( this source, string pattern ) : bool

메소드 상세

SqlContainsFreetext() 공개 정적인 메소드

public static SqlContainsFreetext ( this source, string searchCondition ) : bool
source this
searchCondition string
리턴 bool

SqlContainsFreetext() 공개 정적인 메소드

public static SqlContainsFreetext ( this source, string searchCondition, string language ) : bool
source this
searchCondition string
language string
리턴 bool

SqlContainsFulltext() 공개 정적인 메소드

public static SqlContainsFulltext ( this source, string searchCondition ) : bool
source this
searchCondition string
리턴 bool

SqlContainsFulltext() 공개 정적인 메소드

public static SqlContainsFulltext ( this source, string searchCondition, string language ) : bool
source this
searchCondition string
language string
리턴 bool

SqlLike() 공개 정적인 메소드

public static SqlLike ( this source, string pattern ) : bool
source this
pattern string
리턴 bool