Partager via


CDynamicAccessor : : AddBindEntry

Adds a bind entry to the output columns.

HRESULT AddBindEntry( 
   const DBCOLUMNINFO& info  
) throw( );

Paramètres

  • info
    [in] A DBCOLUMNINFO structure containing column information. See "DBCOLUMNINFO Structures" in IColumnsInfo::GetColumnInfo in the OLE DB Programmer's Reference.

Valeur de retour

One of the standard HRESULT values.

Notes

Use this method when overriding the default accessor created with CDynamicAccessor (see How Do I Fetch Data?).

Configuration requise

En-tête : atldbcli.h

Voir aussi

Référence

classe de CDynamicAccessor