Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sorting in descending order
Message
De
23/10/2003 13:03:45
 
 
À
23/10/2003 12:58:21
Information générale
Forum:
ASP.NET
Catégorie:
Déploiements
Divers
Thread ID:
00841677
Message ID:
00841683
Vues:
20
This message has been marked as the solution to the initial question of the thread.
>Given this:
>
>
>' Get it into a view
>Dim loView As DataView
>loView = loData.Tables("Temp").DefaultView
>
>' Sort it
>loView.Sort = "StartDate"
>
>
>Is there a way to sort it into descending order?

Yeah ... it's in the documentation.
>loView.Sort = "StartDate DESC"
~~Bonnie
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