Method | Description | |
---|---|---|
CombineQuery ( AstNode node, AstNode rootQuery = null ) : string |
Method | Description | |
---|---|---|
ExtractExpressionName ( Expression &expr ) : string | ||
RemoveTransparentIdentifierReferences ( AstNode node, string transparentIdentifier ) : void |
Removes all occurrences of transparent identifiers
|
|
TryRemoveTransparentIdentifier ( QueryExpression query, QueryFromClause fromClause, QueryExpression innerQuery, string continuationIdentifier, string &transparentIdentifier ) : bool |
public CombineQuery ( AstNode node, AstNode rootQuery = null ) : string | ||
node | AstNode | |
rootQuery | AstNode | |
return | string |