C# Class Qupid.AST.QupidQuery

Inheritance: ICompiledQuery
Afficher le fichier Open project: hudl/qupid Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

GetErrors() public méthode

public GetErrors ( ) : IEnumerable
Résultat IEnumerable

GetMongoQuery() public méthode

public GetMongoQuery ( ) : string
Résultat string

HasErrors() public méthode

public HasErrors ( ) : bool
Résultat bool

HasWarnings() public méthode

public HasWarnings ( ) : bool
Résultat bool

QupidQuery() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string