EntityParameterCollection.Remove 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.
Overloads
Remove(EntityParameter) |
Removes the specified EntityParameter from the collection. |
Remove(Object) |
Removes the specified parameter from the collection. |
Remove(EntityParameter)
Removes the specified EntityParameter from the collection.
public void Remove(System.Data.Entity.Core.EntityClient.EntityParameter value);
override this.Remove : System.Data.Entity.Core.EntityClient.EntityParameter -> unit
Public Sub Remove (value As EntityParameter)
Parameters
- value
- EntityParameter
A EntityParameter object to remove from the collection.
Exceptions
The parameter is not a EntityParameter.
The parameter does not exist in the collection.