You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Return Value
One of the standard HRESULT values.
Remarks
Use this method when overriding the default accessor created with CDynamicAccessor (see How Do I Fetch Data?).