I wish to reference the OrderAddress model twice in my Order model; once as a ShippingAddress and once as a Billing
OrderAddress
Order
ShippingAddress
Billing
I got one solution here! if you are using EF then do following,
Open model.edmx then right click on it and update model from database. finally build application and run it.