CRowset::GetData
HRESULT GetData( );
HRESULT GetData( int nAccessor );
Return Value
A standard HRESULT.
Parameters
nAccessor
[in] The (zero-offset) index number of the accessor to use for accessing the data.
Remarks
Retrieves data from the rowset's copy of the row. If you specify an accessor that is not an autoaccessor in BEGIN_ACCESSOR, use this method to explicitly get the data by passing the accessor number.