EntityParameterCollection.Insert Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Insère un EntityParameter objet dans le EntityParameterCollection.
Surcharges
| Nom | Description |
|---|---|
| Insert(Int32, EntityParameter) |
Insère un EntityParameter objet dans l’index EntityParameterCollection spécifié. |
| Insert(Int32, Object) |
Insère un Object dans l’index EntityParameterCollection spécifié. |
Insert(Int32, EntityParameter)
Insère un EntityParameter objet dans l’index EntityParameterCollection spécifié.
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)
Paramètres
- index
- Int32
Index de base zéro auquel la valeur doit être insérée.
- value
- EntityParameter
Objet EntityParameter à insérer dans le EntityParameterCollection.
S’applique à
Insert(Int32, Object)
Insère un Object dans l’index EntityParameterCollection spécifié.
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)
Paramètres
- index
- Int32
Index de base zéro auquel la valeur doit être insérée.
- value
- Object
À Object insérer dans le EntityParameterCollection.