I\'m having trouble with reverse navigation on one of my entities.
I have the following two objects:
public class Candidate { [Key, DatabaseGene
I think that the foreign key should be created as: .Map(t => t.MapKey("CandidateDataId")) because thsi foreign key will be placed in Candidate table...
Waht do you think?