Home
last modified time | relevance | path

Searched refs:RemoveNavigationPropertyValue (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/Internal/
H A DIEntityWrapper.cs165 void RemoveNavigationPropertyValue(RelatedEnd relatedEnd, object value); in RemoveNavigationPropertyValue() method
H A DNullEntityWrapper.cs174 public void RemoveNavigationPropertyValue(RelatedEnd relatedEnd, object value) in RemoveNavigationPropertyValue() method in System.Data.Objects.Internal.NullEntityWrapper
H A DLightweightEntityWrapper.cs124 public override void RemoveNavigationPropertyValue(RelatedEnd relatedEnd, object value) in RemoveNavigationPropertyValue() method in System.Data.Objects.Internal.LightweightEntityWrapper
H A DBaseEntityWrapper.cs227 public abstract void RemoveNavigationPropertyValue(RelatedEnd relatedEnd, object value); in RemoveNavigationPropertyValue() method in System.Data.Objects.Internal.BaseEntityWrapper
H A DEntityWrapper.cs286 public override void RemoveNavigationPropertyValue(RelatedEnd relatedEnd, object value) in RemoveNavigationPropertyValue() method in System.Data.Objects.Internal.EntityWrapper
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/DataClasses/
H A DEntityReference_TResultType.cs588 … this.WrappedOwner.RemoveNavigationPropertyValue(this, (TEntity)wrappedEntity.Entity); in RemoveFromObjectCache()