SqlParameterCollection.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.
Surcharges
Insert(Int32, SqlParameter) |
Insère un objet SqlParameter dans SqlParameterCollection à l'index spécifié. |
Insert(Int32, Object) |
Insère un objet Object dans SqlParameterCollection à l'index spécifié. |
Insert(Int32, SqlParameter)
Insère un objet SqlParameter dans SqlParameterCollection à l'index spécifié.
public:
void Insert(int index, Microsoft::Data::SqlClient::SqlParameter ^ value);
public void Insert (int index, Microsoft.Data.SqlClient.SqlParameter value);
override this.Insert : int * Microsoft.Data.SqlClient.SqlParameter -> unit
Public Sub Insert (index As Integer, value As SqlParameter)
Paramètres
- index
- Int32
Index de base zéro auquel la valeur doit être insérée.
- value
- SqlParameter
Objet SqlParameter à insérer dans SqlParameterCollection.
S’applique à
Insert(Int32, Object)
Insère un objet Object dans SqlParameterCollection à 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 SqlParameterCollection.