Share via


CRowset::CRowset

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

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

Reference

CRowset Class