| title |
IRowsetImpl::GetDBStatus | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
GetDBStatus |
IRowsetImpl.GetDBStatus |
IRowsetImpl::GetDBStatus |
|
| dev_langs |
|
| helpviewer_keywords |
|
| 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 |
|
Returns the DBSTATUS status flags for the specified field.
virtual DBSTATUS GetDBStatus(
RowClass* currentRow,
ATLCOLUMNINFO* columnNames
);
[in] currentRow
The current row.
[in] columnNames
The column for which status is being requested.
The DBSTATUS flags for the column.
Header: atldb.h
IRowsetImpl Class