Ejemplo n.º 1
0
 /// <summary>
 /// Merge the partially computed aggregate with this aggregate.
 /// </summary>
 /// <param name="other"></param>
 public void Merge(JSqlSerializer Group)
 {
     this.json.Append(Group.json);
     this.objType = Group.objType;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Merge the partially computed aggregate with this aggregate.
 /// </summary>
 /// <param name="other"></param>
 public void Merge(JSqlSerializer Group)
 {
     this.json.Append(Group.json);
     this.objType = Group.objType;
 }