| title |
CRowset::CRowset | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
CRowset<TAccessor>::CRowset |
CRowset.CRowset |
ATL::CRowset::CRowset |
ATL::CRowset<TAccessor>::CRowset |
ATL.CRowset.CRowset |
CRowset |
CRowset<TAccessor>.CRowset |
CRowset::CRowset |
ATL.CRowset<TAccessor>.CRowset |
|
| dev_langs |
|
| helpviewer_keywords |
CRowset class, constructor |
|
| ms.assetid |
1c6f72e2-f4f4-48dc-957e-038ae8914ba7 |
| caps.latest.revision |
9 |
| 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 |
|
Creates a new CRowset object and (optionally) associates it with an IRowset interface supplied as a parameter.
CRowset( );
CRowset(
IRowset* pRowset
);
pRowset
[in] A pointer to an IRowset interface to be associated with this class.
Header: atldbcli.h
CRowset Class