BalticAmadeus.FluentMdx.MdxExpressionBase.ToString C# (CSharp) 메소드

ToString() 공개 메소드

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