| title | CArrayRowset::operator | Microsoft Docs | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ms.custom | ||||||||||||||
| ms.date | 11/04/2016 | |||||||||||||
| ms.reviewer | ||||||||||||||
| ms.suite | ||||||||||||||
| ms.technology |
|
|||||||||||||
| ms.tgt_pltfrm | ||||||||||||||
| ms.topic | article | |||||||||||||
| f1_keywords |
|
|||||||||||||
| dev_langs |
|
|||||||||||||
| helpviewer_keywords |
|
|||||||||||||
| ms.assetid | 3bb8c310-cc1e-46e8-9711-9b565488acaa | |||||||||||||
| caps.latest.revision | 8 | |||||||||||||
| author | mikeblome | |||||||||||||
| ms.author | mblome | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
Provides array-like syntax for accessing a row in the rowset.
TAccessor
& operator[](int nrow);
TAccessor
A templated parameter that specifies the type of accessor stored in the rowset.
nRow
[in] Number of the row (array element) you want to access.
The contents of the requested row.
If nRow exceeds the number of rows in the rowset, an exception is thrown.
Header: atldbcli.h