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