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