public IUntypedSqlExpression OrderByFieldsDescending(params FieldDefinition[] fields)
 {
     q.OrderByFieldsDescending(fields);
     return(this);
 }