|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Recovery of the DataRows that has ChildrenRowsVery Good Day to All;
Somebody knows a way fast to filter the DataRows of DataTable "A" to that they have rows in a DataTable B. Which is the best way to obtain this? Thanks beforehand for the collaboration. Greetings. Alvaro. Alvaro,
Just use a dataview with in the rowfilter the key you want to see in Table B. If the cound is 0 than it has no rows. I hope this helps, Cor Show quote "Alvaro E. Gonzalez" <AGonzal***@gmail.com> schreef in bericht news:u1F%23dhvYGHA.3684@TK2MSFTNGP05.phx.gbl... > Very Good Day to All; > Somebody knows a way fast to filter the DataRows of DataTable "A" to that > they have rows in a DataTable B. > > Which is the best way to obtain this? > > Thanks beforehand for the collaboration. > > Greetings. > > Alvaro. |
|||||||||||||||||||||||