I want to make Entity Framework ignore the fact class I\'m using is derived from other class.
I have abstract-base class Order and derived classes Ship
Order
Ship