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