Метод | Описание | |
---|---|---|
Accept ( ISqlAstVisitor visitor ) : void | ||
AddOrderByItem ( IExpression expr, SortOrder order ) : |
||
GroupBy ( ) : System.Collections.Generic |
performance tip: linked list is used
|
|
GroupBy ( IExpression expr, SortOrder order, bool withRollup ) : System.Collections.Generic |
performance tip: expect to have only 1 order item
|
|
SetWithRollup ( ) : |
public Accept ( ISqlAstVisitor visitor ) : void | ||
visitor | ISqlAstVisitor | |
Результат | void |
public AddOrderByItem ( IExpression expr, SortOrder order ) : |
||
expr | IExpression | |
order | SortOrder | |
Результат |
public GroupBy ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public GroupBy ( IExpression expr, SortOrder order, bool withRollup ) : System.Collections.Generic | ||
expr | IExpression | |
order | SortOrder | |
withRollup | bool | |
Результат | System.Collections.Generic |