EntityParameterCollection.RemoveAt Method

Definition

Overloads

RemoveAt(Int32)

Removes the EntityParameter from the EntityParameterCollection at the specified index.

RemoveAt(String)

Removes the EntityParameter from the EntityParameterCollection at the specified parameter name.

RemoveAt(Int32)

Removes the EntityParameter from the EntityParameterCollection at the specified index.

C#
public override void RemoveAt (int index);

Parameters

index
Int32

The zero-based index of the EntityParameter object to remove.

Applies to

Entity Framework 6.2.0
Product Versions
Entity Framework 6.2.0

RemoveAt(String)

Removes the EntityParameter from the EntityParameterCollection at the specified parameter name.

C#
public override void RemoveAt (string parameterName);

Parameters

parameterName
String

The name of the EntityParameter to remove.

Applies to

Entity Framework 6.2.0
Product Versions
Entity Framework 6.2.0