ObjectParameterCollection.Remove Method (ObjectParameter)
Removes an instance of an ObjectParameter from the collection by reference if it exists in the collection.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- item
-
Type:
System.Data.Entity.Core.Objects.ObjectParameter
An object to remove from the collection.
Return Value
Type: System.BooleanReturns true if the parameter object was found and removed from the collection; otherwise, false.
Implements
ICollection<T>.Remove(T)Exception | Condition |
---|---|
ArgumentNullException | The parameter argument is null. |