Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to find a row on text in a column?
Message
De
17/03/2010 23:57:58
 
 
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01455096
Message ID:
01455283
Vues:
51
The Find() method only works if you've got a PrimaryKey defined for your DataTable (and it only searches the PrimaryKey column). So, Naomi's post is correct that you should use the .Select() method, since that can utilize any columns. You could also try messing around with LINQ, but I can't give you any examples off the top of my head (I don't use it enough).

~~Bonnie



>Hi,
>
>The following code will find the Data Row that has a particular text
>
>drFound = ds.Tables[0].Rows.Find(txtFindArg.Text);
>
>
>How do you modify this code to make Find search in a particular column (by column name or column number)?
>
>TIA.
Bonnie Berent DeWitt
NET/C# MVP since 2003

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

Click here to load this message in the networking platform