Hello,
I am evaluating LLBLGen Pro right now and I just started in looking into the paging feature for large datasets. I was curious as to what the DataAccessAdapter.FetchEntityCollection method does behind the scenes when the overload with the paging parameters is called.
Is it completely repopulating the collection, or is it just adding the next n rows to the collection? Or doing something else all-together?
Thanks,
Shaun