I am writing a VB.Net program that uses with the Brioqry object model.
I see each section has a section type (e.g. query, results, etc). There is a
querysection class, but no resultsection class, even tho the sectiontype
property of a given section is 'results'.
What am I missing? Where do I access the results? In particular, I need access
to the limits associated with the results.
Thanks.