IRelationalCommandBuilder.RemoveParameterAt(Int32) Metoda

Definicja

Usuwa parametr z danym indeksem z tego polecenia.

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

Dotyczy