Share via


CBulkRowset::SetRows

Sets the number of row handles retrieved by each call.

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

Reference

CBulkRowset Class