Is there any way to see if property of an entity is navigation property, from its metadata?
I can determine if property is entity collection by inspecting if it implements ICollection and from there i can conclude if it is navigation property.
But what about if property is not entity collection but only reference to another entity?