Microsoft OLE DB 2.0 Programmers Reference and Data Access SDK (Microsoft Professional Editions)
| OLE DB Programmer's Reference |
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. |
1998-2001 Microsoft Corporation. All rights reserved.