I am evaluating DevForce and do not like the idea of the "Getter" automatically loading navigation properties. I would like to use EntityReferenceLoadStrategy.DoNotLoad and implement my own explicit lazy loading. However it looks like I would need to change the FetchStrategy to CacheOnly which obviously would not be very usefull.
Would the world exlpode if I set the load strategy directly (via reflection), or must I resort to code gen?
Thanks!