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.

public:
 void Remove(System::Data::EntityClient::EntityParameter ^ value);
public void Remove (System.Data.EntityClient.EntityParameter value);
override this.Remove : System.Data.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.

Applies to

Remove(Object)

Removes the specified parameter from the collection.

public:
 override void Remove(System::Object ^ value);
public override void Remove (object value);
override this.Remove : obj -> unit
Public Overrides Sub Remove (value As Object)

Parameters

value
Object

A Object object to remove from the collection.

Applies to