Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to find a row on text in a column?
Message
 
 
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01455096
Message ID:
01455106
Vues:
34
>>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.
>
>Check Select method of DataRow, see here
>
>http://msdn.microsoft.com/en-us/library/kcs3hdk5.aspx

Thank you. It looks like Select method should be used. I hope it is as fast as .Find (although I don't know how fast is Find).
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform