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