FetchEntityCollection with Pagination and Prefetch

Posts   
 
    
beekde
User
Posts: 14
Joined: 08-Jul-2005
# Posted on: 19-Jul-2005 19:13:38   

I'd like an overloaded method that accepts pagination and prefetch

this plus prefetch. public virtual void FetchEntityCollection(IEntityCollection2 collectionToFill, IRelationPredicateBucket filterBucket, int maxNumberOfItemsToReturn, ISortExpression sortClauses, int pageNumber, int pageSize)

I could implement it directly but the FetchPrefetchPath is private. Looks like I may have to include and extend the source code confused

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39749
Joined: 17-Aug-2003
# Posted on: 19-Jul-2005 20:35:46   

That method will be made public and overridable in 1.0.2005.1, currently in development so you can add your paging code to the prefetch method.

Frans Bouma | Lead developer LLBLGen Pro