virtual bool CChapterRecord<T>::GetReferencedRowset(ULONG nColChapter=-1);

Return Value

        true if successful; otherwise false.

Parameters

        [in] nColChapter:

               A chapter column ordinal.

Remark

        Retrieves a chaptered rowset with a given chapter column nColChapter based on IRowsetInfo::GetReferencedRowset. If nColChapter is -1, it uses the first chapter column to get a chaptered rowset. It is pointed out that a chapter rowset may have two or more chapter columns. This method is similar to CChapterRecord<T>::GetChildRecords.

CChapterRecord<T> Class Overview & Class Members