次の方法で共有


CRowset::CRowset

 

The latest version of this topic can be found at CRowset::CRowset.

Creates a new CRowset object and (optionally) associates it with an IRowset interface supplied as a parameter.

Syntax

  
      CRowset( );   
CRowset(  
   IRowset* pRowset   
);  

Parameters

pRowset
[in] A pointer to an IRowset interface to be associated with this class.

Requirements

Header: atldbcli.h

See Also

CRowset Class