C# 클래스 DataAccessFramework.Querying.FullTextClause

A where part representing a full text search.
상속: WherePart
파일 보기 프로젝트 열기: PeteProgrammer/DataAccessFramework 1 사용 예제들

공개 메소드들

메소드 설명
FullTextClause ( string searchText ) : System.Collections.Generic

Creates a new FullTextClause instance.

비공개 메소드들

메소드 설명
BuildSql ( BuildSqlContext sqlContext ) : void

Builds the SQL for the full text.

메소드 상세

FullTextClause() 공개 메소드

Creates a new FullTextClause instance.
public FullTextClause ( string searchText ) : System.Collections.Generic
searchText string /// The text to search for ///
리턴 System.Collections.Generic