L
localhost
I have a DataSet with 4 DataRelations inside. For each DataRelation,
I need to enumerate the tables from "bottom up". Some DataRelations
are parent-child, others are parent-child-grandchild. How can I make
a single "recursive function" to tell me which tables belong to
others?
Thanks.
I need to enumerate the tables from "bottom up". Some DataRelations
are parent-child, others are parent-child-grandchild. How can I make
a single "recursive function" to tell me which tables belong to
others?
Thanks.