Select from following answers:- Use the AssociateWith method on the DataLoadOptions instances associated with the DataContext.

- Use the LoadWith method on the DataLoadOptions instances associated with the DataContext.
- Set the DeferredLoadingEnabled property on the DataContext to False and set the ObjectTrackingEnabled property to False.
- All Above
Use AssociateWith methods to preload and to specify subqueries to limit the amount of data retrieved, not to specify that data should be eager loaded. In this case use AssociateWith to specify loading of related Order entities with a current status.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator