MDAC 2.5 SDK - OLE DB Programmer's Reference
OLE DB Interfaces
IParentRowset is used to retrieve child rowsets from a hierarchical rowset. For more information, see "Hierarchical Rowsets" in Chapter 4, "Rowsets."
IParentRowset is a mandatory interface on a hierarchical rowset.
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. |