IRowsetImpl::SetDBStatus
将指定的字段的 DBSTATUS 状态标志。
virtual HRESULT SetDBStatus(
DBSTATUS* statusFlags,
RowClass* currentRow,
ATLCOLUMNINFO* columnInfo
);
参数
statusFlags
设置的 DBSTATUS 标志为列。currentRow
当前行。columnInfo
状态设置的列。
返回值
标准 HRESULT 值。
备注
提供者重写此功能为 DBSTATUS_S_ISNULL 和 DBSTATUS_S_DEFAULT提供特殊处理。
要求
Header: atldb.h