메소드 | 설명 | |
---|---|---|
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 AddOrderByItem ( IExpression expr, SortOrder order ) : |
||
expr | IExpression | |
order | SortOrder | |
리턴 |
public GroupBy ( IExpression expr, SortOrder order, bool withRollup ) : System.Collections.Generic | ||
expr | IExpression | |
order | SortOrder | |
withRollup | bool | |
리턴 | System.Collections.Generic |