Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Go top a specified row in a table
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Divers
Thread ID:
00957940
Message ID:
00959049
Vues:
15
Hi, David,

Thanks. Yes, I finally came across that, and posted another message (message #958773).

Over a year ago, I had tried things like...
myTable.DefaultView.RowFilter = " myParentTable.AcctName like '%ACME$' ";
or
myTable.DefaultView.RowFilter = " myParentRelation.AcctName like '%ACME$' ";
...and they didn't work.

But then I gave it another look the other night, and came across the Parent() and Child() syntax in Bob Beauchemin's ADO.NET book, and gave myself a good head-slap for not finding it sooner.

Kevin
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform