Share via


CBulkRowset::SetRows

 

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::SetRows.

Sets the number of row handles retrieved by each call.

Syntax

  
      void SetRows(  
   DBROWCOUNT nRows   
) throw( );  

Parameters

nRows
[in] The new size of the rowset (number of rows).

Remarks

If you call this function, it must be before the rowset is opened.

Requirements

Header: atldbcli.h

See Also

CBulkRowset Class