Hello,
I use LLBLGen Version 2.0.0.0 Final and SQL Server 2005.
Is it possible to fetch a entitycollection without data in one field?
The reason:
I have to fetch a lot of entities with a byte[] field. To make the query faster, i want to fill the byte[] field on demand. Moreover the collection i have to fetch is a Subcollection. Therefore I use the prefetchpath.
I tried to solve theproblem with a resultsetfields-collection, but then i dont't know how i associate the subcollection with the maincollection.
I'll be glad about each answer.
best regards
andre