It says:
After the object has been loaded, any further requests for the object will load it directly from the Object Status Manager, regardless of whether you are using lazy loading or loading loading.
If I lazy load an object that uses the navigation property for the proxy root object, and this navigation object exists in the database, then all subsequent calls to this navigation object will not crash the database because it is already loaded.
Do I correctly assume that if I try to be lazy to load an object (or collection) using the navigation properties from the root proxy server and it does not exist in the database and, therefore, returns zero or an empty collection, all subsequent attempts to lazily load the same does an object from the same root object always lead to a database hit?
user1914530
source share