Using Entity Framework, I want to link a parent to a child object based on a textfield on the child
I have an entity, Country that has a textfield called Text. (Autogenerated from XML structure)
I want to link the parent object PortalAddress to the Country so that when I load data from the XML document, using xml.Deserialize, the Country on the PostalAddress is set to an existing Country, if this Country already exists.