Interface NavigationPropertyFollower


  • public interface NavigationPropertyFollower
    Interface for a class that follows a navigation link and returns the linked Entity.
    Author:
    scf
    • Method Detail

      • fetch

        Entity fetch​(Entity source)
        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.