CRowsetImpl::m_rgRowData
ArrayType m_rgRowData;
Remarks
ArrayType is a template parameter to CRowsetImpl. By default, this will be a CSimpleArray that templatizes on the user record template argument to CRowsetImpl. See the sample for an example of using a non-default template argument for ArrayType.
CRowsetImpl Overview | CRowsetImpl Class Members
See Also