Lazy loading of properties

Posts   
 
    
Posts: 256
Joined: 05-Jul-2010
# Posted on: 08-Jul-2010 15:11:52   

Hi

I have certain properties that should not be loaded when I load an entity. These properties (mostly images, ...) should only load when I access the property.

I solved this in the entity framework by falling back to ado (hardcoded sql) and a reader. Would there be a better solution for this in LLBLGenPro?

Thanks

Alexander

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39619
Joined: 17-Aug-2003
# Posted on: 08-Jul-2010 15:29:26   
Frans Bouma | Lead developer LLBLGen Pro
Posts: 256
Joined: 05-Jul-2010
# Posted on: 08-Jul-2010 21:20:02