Share via


RelationalCommandBuilder.RemoveParameterAt(Int32) Method

Definition

Removes the parameter with the given index from this command.

public virtual Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder RemoveParameterAt (int index);
abstract member RemoveParameterAt : int -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder
override this.RemoveParameterAt : int -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder
Public Overridable Function RemoveParameterAt (index As Integer) As IRelationalCommandBuilder

Parameters

index
Int32

The index of the parameter to be removed.

Returns

The same builder instance so that multiple calls can be chained.

Implements

Applies to