1 implementation of SetNavigationPropertyValue
System.Data.Entity (1)
System\Data\Objects\Internal\PocoPropertyAccessorStrategy.cs (1)
75public void SetNavigationPropertyValue(RelatedEnd relatedEnd, object value)
3 references to SetNavigationPropertyValue
System.Data.Entity (3)
System\Data\Objects\Internal\EntityWrapper.cs (3)
265_propertyStrategy.SetNavigationPropertyValue(relatedEnd, collection); 281_propertyStrategy.SetNavigationPropertyValue(relatedEnd, value); 294_propertyStrategy.SetNavigationPropertyValue(relatedEnd, null);