IRelationalCommandBuilder.RemoveParameterAt(Int32) Method

Definition

Removes the parameter with the given index from this command.

public Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder RemoveParameterAt (int index);
abstract member RemoveParameterAt : int -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilder
Public 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.

Applies to