示例#1
0
文件: MDXWith.cs 项目: gyb333/OLAP
 public void AddItem(IMDXWithItem Item)
 {
     this.WithList.Add(Item);
 }
示例#2
0
 public MDXBuilder Set(IMDXWithItem Item)
 {
     this.MDXWith.AddItem(Item);
     return(this);
 }
 public void AddWithItem(IMDXWithItem Item)
 {
     this._With.AddItem(Item);
 }
 public void AddWithItem(IMDXWithItem Item)
 {
     this._With.AddItem(Item);
 }