OLE DB Programmer's Reference

IParentRowset

IParentRowset is used to retrieve child rowsets from a hierarchical rowset. For more information, see "Hierarchical Rowsets" in Chapter 4: Rowsets.

When to Implement

IParentRowset is a mandatory interface on a hierarchical rowset.

When to Call

The consumer calls IParentRowset::GetChildRowset to create an aggregated instance of the child rowset corresponding to a chapter-valued column in the parent rowset.

Method Description
GetChildRowset Returns the child rowset corresponding to a chapter-valued column in the parent rowset.