2 implementations of RemoveNavigationPropertyValue
System.Data.Entity (2)
System\Data\Objects\Internal\BaseEntityWrapper.cs (1)
227
public abstract void
RemoveNavigationPropertyValue
(RelatedEnd relatedEnd, object value);
System\Data\Objects\Internal\NullEntityWrapper.cs (1)
174
public void
RemoveNavigationPropertyValue
(RelatedEnd relatedEnd, object value)
1 reference to RemoveNavigationPropertyValue
System.Data.Entity (1)
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (1)
588
this.WrappedOwner.
RemoveNavigationPropertyValue
(this, (TEntity)wrappedEntity.Entity);