Interface NavigationPropertyFollower
-
public interface NavigationPropertyFollowerInterface for a class that follows a navigation link and returns the linked Entity.- Author:
- scf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Entityfetch(Entity source)Follow the registered navigation link, on the given source Entity, and return the linked Target Entity.
-