InterviewSolution
Saved Bookmarks
| 1. |
What Is Explicit Loading? |
|
Answer» When objects are returned by a QUERY, related objects are not LOADED at the same TIME. By default, they are not loaded until explicitly requested using the LOAD method on a navigation property. When objects are returned by a query, related objects are not loaded at the same time. By default, they are not loaded until explicitly requested using the Load method on a navigation property. |
|