CDynamicAccessor::AddBindEntry
Visual Studio 2015
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 CDynamicAccessor::AddBindEntry.
Adds a bind entry to the output columns.
HRESULT AddBindEntry(
const DBCOLUMNINFO& info
) throw( );
Parameters
info
[in] A DBCOLUMNINFO structure containing column information. See "DBCOLUMNINFO Structures" in IColumnsInfo::GetColumnInfo in the OLE DB Programmer's Reference.
One of the standard HRESULT values.
Use this method when overriding the default accessor created with CDynamicAccessor (see How Do I Fetch Data?).
Header: atldbcli.h
Show: