Skip to content

Latest commit

 

History

History
64 lines (57 loc) · 1.13 KB

File metadata and controls

64 lines (57 loc) · 1.13 KB
title CSimpleRow::CSimpleRow | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
CSimpleRow
ATL::CSimpleRow::CSimpleRow
CSimpleRow.CSimpleRow
ATL.CSimpleRow.CSimpleRow
CSimpleRow::CSimpleRow
dev_langs
C++
helpviewer_keywords
CSimpleRow class, constructor
ms.assetid 3968a36c-b8bb-48df-bd06-3956e64b0842
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

CSimpleRow::CSimpleRow

The constructor.

Syntax

  
      CSimpleRow(  
   DBCOUNTITEM iRowsetCur   
);  

Parameters

iRowsetCur
[in] Index to the current rowset.

Remarks

Sets m_iRowset to iRowsetCur.

Requirements

Header: atldb.h

See Also

CSimpleRow Class