CBulkRowset::MoveNext

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at CBulkRowset::MoveNext.

Retrieves the next row of data.

Syntax

  
HRESULT MoveNext( ) throw( );  
  

Return Value

A standard HRESULT. When the end of the rowset has been reached, returns DB_S_ENDOFROWSET.

Requirements

Header: atldbcli.h

See Also

CBulkRowset Class