EntityParameterCollection.Remove Method

Definition

Removes the specified EntityParameter from the collection.

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.

C#
public void Remove(System.Data.EntityClient.EntityParameter value);

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.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Remove(Object)

Removes the specified parameter from the collection.

C#
public override void Remove(object value);

Parameters

value
Object

A Object object to remove from the collection.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1