C# 클래스 DBreeze.TextSearch.BlockAnd

상속: SBlock
파일 보기 프로젝트 열기: hhblaze/DBreeze 1 사용 예제들

공개 메소드들

메소드 설명
BlockAnd ( string containsWords, string fullMatchWords = "" ) : System

Generates a logical block: var tsm = tran.TextSearch("MyTextSearchTable"); tsm.BlockAnd("pill").OR(new DBreeze.TextSearch.BlockAnd("blue", "#LNDDE")) .GetDocumentIDs

비공개 메소드들

메소드 설명
BlockAnd ( ) : System

메소드 상세

BlockAnd() 공개 메소드

Generates a logical block: var tsm = tran.TextSearch("MyTextSearchTable"); tsm.BlockAnd("pill").OR(new DBreeze.TextSearch.BlockAnd("blue", "#LNDDE")) .GetDocumentIDs
public BlockAnd ( string containsWords, string fullMatchWords = "" ) : System
containsWords string space separated words to be used by "contains" logic
fullMatchWords string space separated words to be used by "full-match" logic
리턴 System