Share via


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.

public override void RemoveAt (int index);
override this.RemoveAt : int -> unit
Public Overrides Sub RemoveAt (index As Integer)

Parameters

index
Int32

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

Applies to

RemoveAt(String)

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

public override void RemoveAt (string parameterName);
override this.RemoveAt : string -> unit
Public Overrides Sub RemoveAt (parameterName As String)

Parameters

parameterName
String

The name of the EntityParameter to remove.

Applies to