Interface NavigationPropertyFollower
public interface NavigationPropertyFollower
Interface for a class that follows a navigation link and returns the linked
Entity.
- Author:
- scf
-
Method Summary
-
Method Details
-
fetch
Follow the registered navigation link, on the given source Entity, and return the linked Target Entity.- Parameters:
source- The source Entity.- Returns:
- The linked target Entity.
-