Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating Typed Data Sets
Message
De
16/04/2007 13:18:53
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
À
16/04/2007 12:56:09
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
01216337
Message ID:
01216360
Vues:
31
>I'm reading about typed data sets and wondering the best way of creating them. Is it:
>
>1. One DataSet.xsd file per table in the database
>2. One DataSet.xsd file for the entire database
>3. Something else
>
>If option 1, how do I handle related tables?


We use a single table per dataset.xsd. If we need to relate tables, we add relations programmatically. We rarely need to do that though.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform