ObjectParameterCollection.Remove(ObjectParameter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes an instance of an ObjectParameter from the collection by reference if it exists in the collection.
public bool Remove (System.Data.Entity.Core.Objects.ObjectParameter item);
abstract member Remove : System.Data.Entity.Core.Objects.ObjectParameter -> bool
override this.Remove : System.Data.Entity.Core.Objects.ObjectParameter -> bool
Public Function Remove (item As ObjectParameter) As Boolean
Parameters
- item
- ObjectParameter
An object to remove from the collection.
Returns
Returns true if the parameter object was found and removed from the collection; otherwise, false.
Implements
Exceptions
The parameter argument is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework