Table of Contents

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

List<TMdxAxisNode>

CellProps

public virtual List<TMdxExpNode> CellProps { get; }

Property Value

List<TMdxExpNode>

Cube

public virtual TMdxIdentifierNode Cube { get; }

Property Value

TMdxIdentifierNode

SubQuery

public virtual TMdxSelectNode SubQuery { get; }

Property Value

TMdxSelectNode

Where

public virtual TMdxWhereNode Where { get; }

Property Value

TMdxWhereNode

Withs

public virtual List<TMdxWithNode> Withs { get; }

Property Value

List<TMdxWithNode>

Methods

init(object, object, object, object, object, object)

public override void init(object arg1, object arg2, object arg3, object arg4, object arg5, object arg6)

Parameters

arg1 object
arg2 object
arg3 object
arg4 object
arg5 object
arg6 object