2 implementations of SetNavigationPropertyValue
System.Data.Entity (2)
System\Data\Objects\Internal\BaseEntityWrapper.cs (1)
226
public abstract void
SetNavigationPropertyValue
(RelatedEnd relatedEnd, object value);
System\Data\Objects\Internal\NullEntityWrapper.cs (1)
169
public void
SetNavigationPropertyValue
(RelatedEnd relatedEnd, object value)
1 reference to SetNavigationPropertyValue
System.Data.Entity (1)
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (1)
804
this.WrappedOwner.
SetNavigationPropertyValue
(this, wrappedEntity.Entity);