BalticAmadeus.FluentMdx.MdxAxis.AsEmpty C# (CSharp) 메소드

AsEmpty() 공개 메소드

Marks axis as empty and returns the updated current instance of MdxAxis.
public AsEmpty ( ) : MdxAxis
리턴 MdxAxis
        public MdxAxis AsEmpty()
        {
            IsNonEmpty = false;
            return this;
        }