次の方法で共有


CRowset::Delete

 

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::Delete.

Calls IRowsetChange::DeleteRows to delete the current row from the rowset.

Syntax

  
HRESULT Delete( ) const throw( );  
  

Return Value

A standard HRESULT.

Requirements

Header: atldbcli.h

See Also

CRowset Class