CRowset::Close

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

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

Releases rows and the current IRowset interface.

Syntax

  
void Close( ) throw( );  
  

Remarks

This method releases all rows currently in the rowset.

Requirements

Header: atldbcli.h

See Also

CRowset Class