Exemplo n.º 1
0
 public OlapCube ThenBy(IGroupBuilder groupBuilder, string title)
 {
     GroupBuilders.Add(groupBuilder);
     GroupTitles.Add(title);
     return(this);
 }
Exemplo n.º 2
0
 public OlapCube GroupBy(IGroupBuilder groupBuilder, string title)
 {
     return(ThenBy(groupBuilder, title));
 }