I have two entities, Prospect and Person, what I'm trying to do is use Prospect.ID as the primary key …
c# entity-framework-core ef-model-builderI've been trying to create navigation properties for my collection types and I found this example of how one person …
c# asp.net-mvc-5 entity-framework-6 ef-model-builder