Click to See Complete Forum and Search --> : Nested Typed Dataset


zinkjo
June 24th, 2003, 10:30 AM
I am looking into using typed datasets to pass between my .Net Windows app and my web services. I created a nested typed dataset with 3 tables. UW_Ruleset is the highest level table. UW_Rulesets contains many UW_Rules and UW_Rules contains many UW_RuleCond. I can pass the dataset to and from my web services. Now I am trying to figure out the best way to navigate the dataset on the client. I want to be able to do something like UW_Rulesets.findbyrulesetid("123").UW_Rules.findbyruleid("abc").uw_RuleCond.findbycondid("xxx") to get to a specific rulecond. I don't see any methods that support this type of access. Any ideas or samples would be appreciated.


Attached is the schema.