C# Class BalticAmadeus.FluentMdx.MdxConstantExpression

Represents constant value used in Mdx statements.
Inheritance: MdxExpressionBase, IMdxExpression
Datei anzeigen Open project: BalticAmadeus/FluentMdx

Public Methods

Method Description
WithValue ( string value ) : MdxConstantExpression

Sets the value of expression and returns the instance of MdxConstantExpression.

Protected Methods

Method Description
GetStringExpression ( ) : string

Method Details

GetStringExpression() protected method

protected GetStringExpression ( ) : string
return string

WithValue() public method

Sets the value of expression and returns the instance of MdxConstantExpression.
public WithValue ( string value ) : MdxConstantExpression
value string Value of expression.
return MdxConstantExpression