Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a row to a dataset
Message
De
06/08/2004 14:12:04
 
 
À
06/08/2004 14:08:28
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
00931376
Message ID:
00931386
Vues:
19
This message has been marked as the solution to the initial question of the thread.
Oh, OK...to define columns in a table...



DataTable DtDeductions = new DataTable();
DtDeductions.Columns.Add("DeductID",typeof(System.String));
DtDeductions.Columns.Add("DeductDate",typeof(System.DateTime));
DtDeductions.Columns.Add("Amount",typeof(System.Decimal));
DtDeductions.Columns.Add("Approved",typeof(System.Boolean));


Hope that helps...
Kevin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform