AdomdParameterCollection.RemoveAt Method

Definition

Overloads

RemoveAt(String)

RemoveAt 1

RemoveAt(Int32)

RemoveAt

RemoveAt(String)

RemoveAt 1

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

Parameters

parameterName
String

parameterName

Implements

Applies to

RemoveAt(Int32)

RemoveAt

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

Parameters

index
Int32

index

Implements

Applies to