I'm using Asp.Net WebApi Odata V4 with Entity Framework 6.
I'm trying to expand navigation property of a derived class, but im getting below error....Base Entity...public abstract class BaseEntity
{
[ForeignKey("CreatedUser")]
public string Create...