Exemplo n.º 1
0
 public IUntypedSqlExpression Update(List <string> updateFields)
 {
     q.Update(updateFields);
     return(this);
 }