Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check if a table exist in a dataset
Message
De
28/10/2002 07:15:15
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Québec, Canada
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
Check if a table exist in a dataset
Divers
Thread ID:
00715973
Message ID:
00715973
Vues:
53
HI,
I want to fill a atble from specific data based on a parameter. Since the table will contains many queries values, I need to clear it before I use it again. The code I am using is :

if (MyDataset.Tables.Contains("MyTable"))
{
MyDataset.Tables["MyTable"].Clear();
}

The problem is that even if MyTable exists in the dataset, the program never enter the if because it seems that the if condition is wrong.

Is that right?

Thank you for your help,
Christian
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform