Table of Contents

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

List<TMdxExpNode>

ExpSyntax

public abstract EMdxExpSyntax ExpSyntax { get; }

Property Value

EMdxExpSyntax

FunctionName

public abstract string FunctionName { get; }

Property Value

string

FunctionSegment

public abstract IMdxIdentifierSegment FunctionSegment { get; }

Property Value

IMdxIdentifierSegment