예제 #1
0
파일: ToJson.cs 프로젝트: jgcoding/J-SQL
 /// <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;
 }
예제 #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;
 }