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.
Represents an accessor type designed for advanced use.
class CManualAccessor : public CAccessorBase
Members
Methods
Adds a bind entry to the output columns. |
|
Adds a parameter entry to the parameter accessor. |
|
Allocates memory for the column bind structures and initializes the column data members. |
|
Allocates memory for the parameter bind structures and initializes the parameter data members. |
Remarks
Using CManualAccessor, you can specify the parameter and output column binding by run-time function calls.
Requirements
Header: atldbcli.h
See Also
Reference
CDynamicParameterAccessor Class