CFRowset<T> Class Overview

template <class TOTable>
class CFRowset : public CBulkRecord<TOTable, CCmndBase>

        CFRowset<T> is designed for getting a flattened rowset instead of a dataset from an OLAP OLEDB provider with a MDX statement. It is very simple to use, and only has one function to open. For how to use this template, see the example OLAP.

        In addition to this template, you can also use the class CODataset to manage an opened OLAP dataset.

CFRowset<T> Class Member