Hi,
Please find the gen pro details I use as below:
-
What LLBLGen are you using? - The llbl gen pro version is 3.5 Final, released on May 1st, 2012.
-
Are you using Adapter or SelfServicing templateSet? - Adapter
adapter.FetchEntityCollection(
entityCollection,
bucket,
0,
sort,
prefetchPath,
fieldIncludeExcludeList,
pageNumber,
pageSize);
I use the fetch entity collection to get records from database. There are scenarios when the records from multiple entities need to be fetched and currently this happens one after the other. To improve performance, Is there a way to fetch records in parallel so that records are fetched faster, hoping there is something to achieve this built in the gen pro framework.
Thanks and regards,
Damodar