Share via


ModelDataSourceView.ExecuteInsert(IDictionary) Méthode

Définition

Exécute une opération d'insertion à l'aide de la méthode InsertMethod.

protected:
 override int ExecuteInsert(System::Collections::IDictionary ^ values);
protected override int ExecuteInsert (System.Collections.IDictionary values);
override this.ExecuteInsert : System.Collections.IDictionary -> int
Protected Overrides Function ExecuteInsert (values As IDictionary) As Integer

Paramètres

values
IDictionary

Valeurs à insérer.

Retours

Int32

Nombre de lignes insérées ; sinon, -1 si le nombre n'est pas connu.

S’applique à