The navigation property on the "one" side of the relationship would be a collection that could hold multiple instances of the entity on the "many"side of the relationship. It would not be a primary key. The navigation property on the entity on the "many"
side would hold an instance of the entity on the "one" side. That would also not be a primary key. For more explanation, see the tutorials http://asp.net/entity-framework/tutorials
tdykstra
Contributor
4475 Points
625 Posts
Microsoft
Moderator
Re: Entity Framwork / Navigation Property / SQL issue
Jul 12, 2011 04:34 PM|LINK
The navigation property on the "one" side of the relationship would be a collection that could hold multiple instances of the entity on the "many"side of the relationship. It would not be a primary key. The navigation property on the entity on the "many" side would hold an instance of the entity on the "one" side. That would also not be a primary key. For more explanation, see the tutorials http://asp.net/entity-framework/tutorials