Class TMdxBaseFunctionNode
- Namespace
- gudusoft.gsqlparser.nodes.mdx
- Assembly
- gudusoft.gsqlparser.dll
public abstract class TMdxBaseFunctionNode : TMdxExpNode, Visitable
- Inheritance
-
TMdxBaseFunctionNode
- Implements
- Derived
- Inherited Members
Properties
Arguments
public abstract List<TMdxExpNode> Arguments { get; }
Property Value
ExpSyntax
public abstract EMdxExpSyntax ExpSyntax { get; }
Property Value
FunctionName
public abstract string FunctionName { get; }
Property Value
FunctionSegment
public abstract IMdxIdentifierSegment FunctionSegment { get; }