I have a client side esq in a page that can bring a fairly large set of data based on the filters specified, and I need to only pull the first 20 records based on whatever sort condition is specified. Is there some parameter that can force the esq to only give me the first N records of the esq results(like SQL "TOP")?
Like
1 comments
23:27 Jul 20, 2023
I found the answer - use the rowCount property on the ESQ to specify the number of desired rows.
Show all comments