Class TNodeWithAliasClause
- Namespace
- gudusoft.gsqlparser.nodes
- Assembly
- gudusoft.gsqlparser.dll
public class TNodeWithAliasClause : TParseTreeNode, Visitable
- Inheritance
-
TNodeWithAliasClause
- Implements
- Derived
- Inherited Members
Properties
AliasClause
public virtual TAliasClause AliasClause { get; set; }
Property Value
Methods
ToString()
Tf there is no alias clause of this node, then toString() is the same as TParseTreeNode
Otherwise, return text of node only, don't include text of alias clause.
If this node was modified by String, then node text including alias node text was replaced by new string. @return
public override string ToString()