EntityParameterCollection.Remove Method

 

Remove an EntityParameter with the given value from the collection.

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodRemove(EntityParameter)

Removes the specified EntityParameter from the collection.

System_CAPS_pubmethodRemove(Object)

Removes the specified parameter from the collection.(Overrides DbParameterCollection.Remove(Object).)


EntityParameterCollection.Remove Method (EntityParameter)

Removes the specified EntityParameter from the collection.

public void Remove(
	EntityParameter value
)

Parameters

value
Type: System.Data.Entity.Core.EntityClient.EntityParameter

A EntityParameter object to remove from the collection.

Exception Condition
InvalidCastException

The parameter is not a EntityParameter.

SystemException

The parameter does not exist in the collection.


EntityParameterCollection.Remove Method (Object)

Removes the specified parameter from the collection.

public override void Remove(
	object value
)

Parameters

value
Type: System.Object

A Object object to remove from the collection.