Пример #1
0
 public GroupByExpression GetKey()
 {
     var newGroupBy = new GroupByExpression(Table)
                          {
                              SimpleGroup = SimpleGroup,
                              MultipleGroup = MultipleGroup,
                              HasKey = false,
                              Table = Table,
                              KeyExpression = KeyExpression,
                          };
     return newGroupBy;
 }