Property | Type | Description | |
---|---|---|---|
EmptyText | string |
Method | Description | |
---|---|---|
AddAutofilterToNodeQuery ( string originalText ) : string | ||
AddClause ( string originalText, string addition, ChainOperator chainOp ) : string | ||
AddClause ( |
||
AddClause ( |
||
AddClause ( string text ) : void | ||
AddClause ( string text, ChainOperator chainOp ) : void | ||
AddFilterToNodeQuery ( string originalText, string filterText ) : string | ||
AddLifespanFilterToNodeQuery ( string originalText, string filterText ) : string | ||
CreateQuery ( string text ) : |
||
CreateQuery ( string text, |
||
Execute ( ) : QueryResult | ||
Execute ( ExecutionHint hint ) : QueryResult | ||
ExecuteToIds ( ) : IEnumerable |
||
ExecuteToIds ( ExecutionHint hint ) : IEnumerable |
||
GetTraceInfo ( ) : string | ||
Query ( string text ) : QueryResult | ||
Query ( string text, |
Method | Description | |
---|---|---|
GetAutofilterForNodeQuery ( ) : string | ||
GetDefaultMaxResults ( ) : int | ||
GetIdResults ( ExecutionHint hint ) : IEnumerable |
||
GetIdResults ( ExecutionHint hint, int top, int skip, IEnumerable |
||
GetIdResultsWithLucQuery ( int top, int skip, IEnumerable |
||
GetIdResultsWithNodeQuery ( ExecutionHint hint, int top, int skip, IEnumerable |
||
GetLifespanFilterForNodeQuery ( ) : string | ||
MoveSettingsToTheEnd ( string queryText ) : string |
Moves .TOP and .SKIP clauses from inside to the end of the query
|
public static AddAutofilterToNodeQuery ( string originalText ) : string | ||
originalText | string | |
return | string |
public static AddClause ( string originalText, string addition, ChainOperator chainOp ) : string | ||
originalText | string | |
addition | string | |
chainOp | ChainOperator | |
return | string |
public AddClause ( |
||
expression | ||
return | void |
public AddClause ( |
||
expression | ||
chainOp | ChainOperator | |
return | void |
public AddClause ( string text, ChainOperator chainOp ) : void | ||
text | string | |
chainOp | ChainOperator | |
return | void |
public static AddFilterToNodeQuery ( string originalText, string filterText ) : string | ||
originalText | string | |
filterText | string | |
return | string |
public static AddLifespanFilterToNodeQuery ( string originalText, string filterText ) : string | ||
originalText | string | |
filterText | string | |
return | string |
public static CreateQuery ( string text ) : |
||
text | string | |
return |
public static CreateQuery ( string text, |
||
text | string | |
settings | ||
return |
public Execute ( ExecutionHint hint ) : QueryResult | ||
hint | ExecutionHint | |
return | QueryResult |
public ExecuteToIds ( ExecutionHint hint ) : IEnumerable |
||
hint | ExecutionHint | |
return | IEnumerable |
public static Query ( string text ) : QueryResult | ||
text | string | |
return | QueryResult |
public static Query ( string text, |
||
text | string | |
settings | ||
return | QueryResult |