Including casts when necessary in generated links when the model has
inheritance.
1) If the entity type of the entity set has a navigation property defined
in a derived type, the self link's should include the appropriate cast segment.
2) A navigation link for a navigation property on a derived type should
include the appropriate cast segment.
3) An action link should include the appropriate cast segment if the
entity set type does not match the action's bound parameter type.
↧