| 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 |
| translation.priority.ht |
cs-cz |
de-de |
es-es |
fr-fr |
it-it |
ja-jp |
ko-kr |
pl-pl |
pt-br |
ru-ru |
tr-tr |
zh-cn |
zh-tw |
|
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