C# 클래스 Qupid.AST.QupidQuery

상속: ICompiledQuery
파일 보기 프로젝트 열기: hudl/qupid 1 사용 예제들

공개 메소드들

메소드 설명
GetErrors ( ) : IEnumerable
GetMongoQuery ( ) : string
HasErrors ( ) : bool
HasWarnings ( ) : bool
QupidQuery ( PropertyList pl, string collection, List where, UnwindClause unwind, GroupByClause groupBy, HavingClause have, WithClause with ) : System
ToString ( ) : string

메소드 상세

GetErrors() 공개 메소드

public GetErrors ( ) : IEnumerable
리턴 IEnumerable

GetMongoQuery() 공개 메소드

public GetMongoQuery ( ) : string
리턴 string

HasErrors() 공개 메소드

public HasErrors ( ) : bool
리턴 bool

HasWarnings() 공개 메소드

public HasWarnings ( ) : bool
리턴 bool

QupidQuery() 공개 메소드

public QupidQuery ( PropertyList pl, string collection, List where, UnwindClause unwind, GroupByClause groupBy, HavingClause have, WithClause with ) : System
pl PropertyList
collection string
where List
unwind UnwindClause
groupBy GroupByClause
have HavingClause
with WithClause
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string