Class TMdxSelectNode
- Namespace
- gudusoft.gsqlparser.nodes.mdx
- Assembly
- gudusoft.gsqlparser.dll
public class TMdxSelectNode : TParseTreeNode, Visitable
- Inheritance
-
TMdxSelectNode
- Implements
- Inherited Members
Properties
Axes
public virtual List<TMdxAxisNode> Axes { get; }
Property Value
CellProps
public virtual List<TMdxExpNode> CellProps { get; }
Property Value
Cube
public virtual TMdxIdentifierNode Cube { get; }
Property Value
SubQuery
public virtual TMdxSelectNode SubQuery { get; }
Property Value
Where
public virtual TMdxWhereNode Where { get; }
Property Value
Withs
public virtual List<TMdxWithNode> Withs { get; }
Property Value
Methods
init(object, object, object, object, object, object)
public override void init(object arg1, object arg2, object arg3, object arg4, object arg5, object arg6)