2 implementations of Remove
System.Data.Entity (2)
System\Data\Objects\ObjectViewEntityCollectionData.cs (1)
164public bool Remove(TViewElement item, bool isCancelNew)
System\Data\Objects\ObjectViewQueryResultData.cs (1)
188public bool Remove(TElement item, bool isCancelNew)
2 references to Remove
System.Data.Entity (2)
System\Data\Objects\ObjectView.cs (2)
124_viewData.Remove(item, true); 431bool removed = _viewData.Remove(item, false);