Does anyone know if it is possible to use the navigation properties function for an entity structure for tables associated with a foreign key?
for example, if my client table has AddressId, I want AddressId in my model, I do not want it to have the .Address property. But so far I have not been able to figure out how to do this.
entity-framework
Joel martinez
source share