Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating dataset container for custom data
Message
De
16/03/2006 11:48:38
 
 
À
16/03/2006 11:46:04
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Divers
Thread ID:
01104691
Message ID:
01104930
Vues:
10
>Thanks, this is exactly what I was looking for.<

You're welcome! =)

~~Bonnie



>>You mean something like this?
>>
>>Dim ds As DataSet = New DataSet
>>ds.Tables.Add("MyTable")
>>ds.Tables(0).Columns.Add("MyColumnInt", GetType(System.Int32))
>>ds.Tables(0).Columns.Add("MyColumnString", GetType(System.String))
>>
>>Dim row As DataRow = ds.Tables(0).NewRow
>>row("MyColumnInt") = 5
>>row("MyColumnString") = "my string"
>>ds.Tables(0).Rows.Add(row)
>>
>
>Thanks, this is exactly what I was looking for.
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform