IRowsetImpl::GetDBStatus

 

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 IRowsetImpl::GetDBStatus.

Returns the DBSTATUS status flags for the specified field.

Syntax

  
      virtual DBSTATUS GetDBStatus(  
   RowClass* currentRow,  
   ATLCOLUMNINFO* columnNames   
);  

Parameters

[in] currentRow
The current row.

[in] columnNames
The column for which status is being requested.

Return Value

The DBSTATUS flags for the column.

Requirements

Header: atldb.h

See Also

IRowsetImpl Class