CDynamicParameterAccessor

class CDynamicParameterAccessor : public CDynamicAccessor

This class is similar to the CDynamicAccessor class, but it obtains the parameter information to be set by calling the ICommandWithParameters interface. The provider must support ICommandWithParameters for this class to be used.

The buffer is created and managed by this class. You can obtain parameter data from the buffer by using the GetParam and GetParamType functions.

#include <atldbcli.h>

Class Members

See Also

Using the OLE DB Consumer Templates, Consumer Architecture Chart, CAccessor, CDynamicAccessor, CManualAccessor