LinqDataSourceView.InsertObject(Object) 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 de données dans un objet LinqDataSourceView.
protected:
override int InsertObject(System::Object ^ newEntity);
protected override int InsertObject (object newEntity);
override this.InsertObject : obj -> int
Protected Overrides Function InsertObject (newEntity As Object) As Integer
Paramètres
- newEntity
- Object
Objet de données à insérer.
Retours
Nombre d'objets insérés dans la vue de source de données.