Hi,
When you call 'FetchEntity', you can supply a prefetch so that related entities get created and populated too.
Is it possible to supply an entity instance and a prefetch to LLBL Gen and have it return the instance with its related entites ( as specified in the pre-fetch) created but not to have actually gone to the database and populated the data?
So I want the object instances but not the data.
Cheers,
Ian.