CChapterRecord<T> Class Overview

template <class TRBase=CRBase, class TCmndBase=CCmndBase>
class CChapterRecord : public CBulkRecord<TRBase, TCmndBase> 

        CChapterRecord<T> class manipulates a rowset with one or more chapter columns. It is typically used with MS data shaping service. For how to use it, see the example DataShape.

        In order to get a child rowset. an OLEDB provider must expose the interface of either IParentRowset or IRowsetInfo. Additionally, a chapter column is available.

        As shown in the example DataShape, a caller must call the CRBase::FreeRecordMemory to free the resource associated with each of chapter columns. 

CChapterRecord<T> Class Members