HRESULT AddBindEntry( const DBCOLUMNINFO& info );
Return Value
One of the standard HRESULT values.
Parameters
info
[in] A DBCOLUMNINFO structure containing column information.
Remarks
Adds a bind entry to the output columns. Use this method when overriding the default accessor created with CDynamicAccessor (see How Do I Fetch Data?).