fetchSize = FETCH_SIZE;
} else {
fetchSize = maxRows;
}
final GetEntryListResultVersion2 entryList = _service.getEntryList(session, moduleName, "", "", 0,
selectFields, linkNameToFieldsArray, fetchSize, 0, false);
final SugarCrmDataSet dataSet = new SugarCrmDataSet(columns, _service, session, entryList);
if (maxRows > 0) {