Exemplo n.º 1
0
 /// <summary>
 /// 生成一个子查询
 /// </summary>
 /// <returns></returns>
 public TableRelation <T> SubQuery()
 {
     section.Query = section.SubQuery();
     return(this);
 }