public IUntypedSqlExpression Insert(List <string> insertFields)
 {
     q.Insert(insertFields);
     return(this);
 }