Wich kind of Parameter, can you give me an example?
thx.
Something like this:
Code:
int start=0;
int end=200;
DSRequest dsRequest = new DSRequest();
dsRequest.setStartRow(start);
dsRequest.setEndRow(end);
dsRequest.setOperationType(DSOperationType.FETCH);
Comment