| title |
CBulkRowset::SetRows | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
ATL.CBulkRowset.SetRows |
CBulkRowset::SetRows |
CBulkRowset<TAccessor>.SetRows |
ATL.CBulkRowset<TAccessor>.SetRows |
CBulkRowset<TAccessor>::SetRows |
ATL::CBulkRowset<TAccessor>::SetRows |
ATL::CBulkRowset::SetRows |
CBulkRowset.SetRows |
SetRows |
|
| dev_langs |
|
| helpviewer_keywords |
|
| ms.assetid |
7e92312a-bfd0-4c24-a799-62bef663f28e |
| caps.latest.revision |
8 |
| author |
mikeblome |
| ms.author |
mblome |
| manager |
ghogen |
Sets the number of row handles retrieved by each call.
void SetRows(
DBROWCOUNT nRows
) throw( );
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.
Header: atldbcli.h
CBulkRowset Class