How do I assign to an entity's related objects in a simple way?
properties=IList<property>
linq Entities: People
People.Properties
To assign properties list to People.Properties, some properties may be new and others may already exist. How do I assign each property to the People.Property in a simple way?