Hi,
My code needs to do a fetch and get a list back in a certain order. I see in DSRequest there is a call to setSortBy(). What is the sort order (ascending/descending) when this is called? Is there a way to specify the sort order? Also if the code just need to fetch the top record (smallest record index), how should the criteria be specified?
Thanks,
KL
My code needs to do a fetch and get a list back in a certain order. I see in DSRequest there is a call to setSortBy(). What is the sort order (ascending/descending) when this is called? Is there a way to specify the sort order? Also if the code just need to fetch the top record (smallest record index), how should the criteria be specified?
Thanks,
KL
Comment