1 implementation of SetNavigationPropertyValue
System.Data.Entity (1)
System\Data\Objects\Internal\PocoPropertyAccessorStrategy.cs (1)
75
public 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);