IParentRowset
IParentRowset is used to retrieve child rowsets from a hierarchical rowset. For more information, see Hierarchical 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 |
---|---|
Returns the child rowset corresponding to a chapter-valued column in the parent rowset. |
This topic is a part of: