1.

How To Disable The Lazy Loading Framework?

Answer»

You can DISABLE the LAZY LOADING by
context.ContextOptions.LazyLoadingEnabled = FALSE;

You can disable the lazy loading by
context.ContextOptions.LazyLoadingEnabled = false;



Discussion

No Comment Found