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 objet EntityParameter dans EntityParameterCollection.
Surcharges
Insert(Int32, EntityParameter) |
Insère un objet EntityParameter dans EntityParameterCollection à l'index spécifié. |
Insert(Int32, Object) |
Insère un objet Object dans EntityParameterCollection à l'index spécifié. |
Insert(Int32, EntityParameter)
Insère un objet EntityParameter dans EntityParameterCollection à l'index 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 EntityParameterCollection.
S’applique à
Insert(Int32, Object)
Insère un objet Object dans EntityParameterCollection à l'index 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 EntityParameterCollection.