What is the most efficient method to use datarelations to obtain the childrows going down more than one level. For example assuming I have the ubiquitous Customer/Order/Product schema and assuming that I have established the datarelations between Customer-Order and Order-Product. How would i obtain all of the Product records for a given customer?
Start Free Trial