Udostępnij przez


EntityParameterCollection.Insert Metoda

Definicja

Przeciążenia

Insert(Int32, EntityParameter)

EntityParameter Wstawia obiekt do określonego indeksuEntityParameterCollection.

Insert(Int32, Object)

Wstawia element Object do określonego indeksu EntityParameterCollection .

Insert(Int32, EntityParameter)

EntityParameter Wstawia obiekt do określonego indeksuEntityParameterCollection.

public void Insert(int index, System.Data.Entity.Core.EntityClient.EntityParameter value);
override this.Insert : int * System.Data.Entity.Core.EntityClient.EntityParameter -> unit
Public Sub Insert (index As Integer, value As EntityParameter)

Parametry

index
Int32

Indeks oparty na zera, w którym należy wstawić wartość.

value
EntityParameter

EntityParameter Obiekt, który ma zostać wstawiony w obiekcie EntityParameterCollection .

Dotyczy

Insert(Int32, Object)

Wstawia element Object do określonego indeksu EntityParameterCollection .

public override void Insert(int index, object value);
override this.Insert : int * obj -> unit
Public Overrides Sub Insert (index As Integer, value As Object)

Parametry

index
Int32

Indeks oparty na zera, w którym należy wstawić wartość.

value
Object

Element Object , który ma zostać wstawiony w obiekcie EntityParameterCollection .

Dotyczy