Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataView.RowFilter doesn’t filter an *
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
DataView.RowFilter doesn’t filter an *
Divers
Thread ID:
00806319
Message ID:
00806319
Vues:
95
Anyone know what the deal is with the rowfilter and a *.

If I set my DataView.RowFilter to :
dv.RowFilter = "cdescript   LIKE '%e%' " ; 
I will get everything that contains an ‘e’ as I would expect.

If I do:
dv.RowFilter = "cdescript   LIKE '%*%' " ; 
The view is not limited to just stuff that contains the ‘*’

Anyone know how to get only the items that contain an asterisk using the RowFilter?

Thanks,
Chris
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform