C# Class BalticAmadeus.FluentMdx.MdxConstantExpression

Represents constant value used in Mdx statements.
Inheritance: MdxExpressionBase, IMdxExpression
Afficher le fichier Open project: BalticAmadeus/FluentMdx

Méthodes publiques

Méthode Description
WithValue ( string value ) : MdxConstantExpression

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

Méthodes protégées

Méthode Description
GetStringExpression ( ) : string

Method Details

GetStringExpression() protected méthode

protected GetStringExpression ( ) : string
Résultat string

WithValue() public méthode

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