Home All Groups Group Topic Archive Search About

Recovery of the DataRows that has ChildrenRows

Author
18 Apr 2006 2:51 PM
Alvaro E. Gonzalez
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.

Author
18 Apr 2006 3:17 PM
Cor Ligthert [MVP]
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.

AddThis Social Bookmark Button