Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New Record
Message
De
30/12/2002 07:13:53
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
New Record
Divers
Thread ID:
00736527
Message ID:
00736527
Vues:
37
I want to add new record to my dataset.

I'm confused, should I use
myDataTable.NewRow()
OR
Me.BindingContext(myDataSet, myMainDataTable).AddNew()

Also what to use to cancel the newly added record?
myDataTable.RejectChanges()
OR
Me.BindingContext(myDataSet, myMainDataTable).CancelCurrentEdit
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform