Skip to content

Latest commit

 

History

History
66 lines (58 loc) · 1.24 KB

File metadata and controls

66 lines (58 loc) · 1.24 KB
title IRowsetImpl::GetDBStatus | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
GetDBStatus
IRowsetImpl.GetDBStatus
IRowsetImpl::GetDBStatus
dev_langs
C++
helpviewer_keywords
GetDBStatus method
ms.assetid e51d8ee2-fc0c-4909-861c-026c94fb0dfc
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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