Метод | Описание | |
---|---|---|
Accept ( ISqlAstVisitor visitor ) : void | ||
ConstructFunction ( IList |
||
GroupConcat ( bool distinct, IList |
public Accept ( ISqlAstVisitor visitor ) : void | ||
visitor | ISqlAstVisitor | |
Результат | void |
public ConstructFunction ( IList |
||
arguments | IList |
|
Результат | FunctionExpression |
public GroupConcat ( bool distinct, IList |
||
distinct | bool | |
exprList | IList |
|
orderBy | IExpression | |
isDesc | bool | |
appendedColumnNames | IList |
|
separator | string | |
Результат | System |