public IUntypedSqlExpression Or(string sqlFilter, params object[] filterParams)
 {
     q.Or(sqlFilter, filterParams);
     return(this);
 }