2 implementations of CollectionRemove
System.Data.Entity (2)
System\Data\Objects\Internal\BaseEntityWrapper.cs (1)
229
public abstract bool
CollectionRemove
(RelatedEnd relatedEnd, object value);
System\Data\Objects\Internal\NullEntityWrapper.cs (1)
72
public bool
CollectionRemove
(RelatedEnd relatedEnd, object value)
1 reference to CollectionRemove
System.Data.Entity (1)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
555
return this.WrappedOwner.
CollectionRemove
(this, (TEntity)wrappedEntity.Entity);