Hi,
I have 2 tables: Bikes and Wheels. Bike has 2 FKs to Wheels: Bike.FrontWheelID and Bike.BackWheelID. EF maps these onto Bike.Wheel and Bike.Wheel1, just using their type for name, which I would prefer to avoid.
Is there a way to change this that would survive further regenerations of model from db schema? (some setting perhaps?)
Thanks