I noticed that if I comment out the code in the
public void QueryForCategoryAndLazyLoadProducts()
{
// ...
}
procedure -- then this library class compiles. Also, this library is a unit test, if that makes any difference. But I would still like to know about
context.ContextOptions.DeferredLoadingEnabled = true;
I think this has something to do with Lazy Loading. Any thoughts appreciated.
Rich P