BalticAmadeus.FluentMdx.MdxExpressionBase.ToString C# (CSharp) Method

ToString() public method

Converts the value of the current MdxExpressionBase object to its equivalent string representation.
public ToString ( ) : string
return string
        public override string ToString()
        {
            return GetStringExpression();
        }