String (C)
- Updated2024-07-30
- 2 minute(s) read
Retrieves the value of the parameter specified by the parameter index input in the command or command-recordset. The parameter index can be either the zero-indexed position of the parameter in the command or the name of the parameter. Wire data to the type input to determine the polymorphic instance to use or manually select the instance.

Inputs/Outputs
command reference
—
command reference specifies a reference to an ADO Command object.
parameter index
—
parameter index specifies either the ordinal index of the parameter or the name of the parameter.
type
—
type specifies the data type of parameter.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
command reference out
—
command reference out returns a reference to an ADO Command object.
value
—
value returns the value of the parameter.
error out
—
error out contains error information. This output provides standard error out functionality. |
command reference
—
parameter index
—
type
—
error in (no error)
—
command reference out
—
value
—
error out
—