Share via


EntityParameterCollection.Insert Método

Definição

Sobrecargas

Insert(Int32, EntityParameter)

Insere um objeto EntityParameter no EntityParameterCollection no índice especificado.

Insert(Int32, Object)

Insere um Object no EntityParameterCollection no índice especificado.

Insert(Int32, EntityParameter)

Insere um objeto EntityParameter no EntityParameterCollection no índice especificado.

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

Parâmetros

index
Int32

O índice baseado em zero no qual o valor deve ser inserido.

value
EntityParameter

Um objeto EntityParameter a ser inserido no EntityParameterCollection.

Aplica-se a

Insert(Int32, Object)

Insere um Object no EntityParameterCollection no índice especificado.

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

Parâmetros

index
Int32

O índice baseado em zero no qual o valor deve ser inserido.

value
Object

Um Object a ser inserido no EntityParameterCollection.

Aplica-se a