1 implementation of CollectionRemove
System.Data.Entity (1)
System\Data\Objects\Internal\PocoPropertyAccessorStrategy.cs (1)
211public bool CollectionRemove(RelatedEnd relatedEnd, object value)
1 reference to CollectionRemove
System.Data.Entity (1)
System\Data\Objects\Internal\EntityWrapper.cs (1)
253return _propertyStrategy != null ? _propertyStrategy.CollectionRemove(relatedEnd, value) : false;