internal override bool start(Fieldable[] fields, int count) { doCall = consumer.start(fields, count); if (nextPerField != null) { doNextCall = nextPerField.start(fields, count); } return(doCall || doNextCall); }