Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
HRESULT AddBindEntry( const DBCOLUMNINFO& info );
Return Value
One of the standard HRESULT values.
Parameters
info
[in] A 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?).