Udostępnij za pośrednictwem


RelationalCommandBuilder.RemoveParameterAt(Int32) Metoda

Definicja

Usuwa parametr z danym indeksem z tego polecenia.

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

Parametry

index
Int32

Indeks parametru do usunięcia.

Zwraca

To samo wystąpienie konstruktora, aby można było połączyć łańcuch wielu wywołań.

Implementuje

Dotyczy