EntityParameterCollection.RemoveAt Method

 

Removes the EntityParameter from the EntityParameterCollection.

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

NameDescription
System_CAPS_pubmethodRemoveAt(Int32)

Removes the EntityParameter from the EntityParameterCollection at the specified index.(Overrides DbParameterCollection.RemoveAt(Int32).)

System_CAPS_pubmethodRemoveAt(String)

Removes the EntityParameter from the EntityParameterCollection at the specified parameter name.(Overrides DbParameterCollection.RemoveAt(String).)


EntityParameterCollection.RemoveAt Method (Int32)

Removes the EntityParameter from the EntityParameterCollection at the specified index.

public override void RemoveAt(
	int index
)

Parameters

index
Type: System.Int32

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


EntityParameterCollection.RemoveAt Method (String)

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

public override void RemoveAt(
	string parameterName
)

Parameters

parameterName
Type: System.String

The name of the EntityParameter to remove.