DSParameter class | QSYS API Reference Guide
Describes the datastructure parameters sent into an IBMi program call.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Parameter
Constructors
| Name | Description |
|---|---|
| DSParameter(String, DataDirection, IDSCallParm) | Create a DSParm object to represent an IBMi datastructure parameter. |
| DSParameter(String, DataDirection, IDSCallParm[]) | /// Create a DSParm object to represent an IBMi datastructure array parameter. |
DSParameter(String, DataDirection, IDSCallParm)
Create a DSParm object to represent an IBMi datastructure parameter.
DSParameter(String, DataDirection, IDSCallParm)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | name | The name of the parameter. |
| DataDirection | direction | The DataDirection of the parameter. |
| IDSCallParm | dsCallParm | The IDSFlds object containing full descriptions of each ds field. |
DSParameter(String, DataDirection, IDSCallParm[])
/// Create a DSParm object to represent an IBMi datastructure array parameter.
DSParameter(String, DataDirection, IDSCallParm[])
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | name | The name of the parameter. |
| DataDirection | direction | The DataDirection of the parameter. |
| IDSCallParm[] | dsCallParmArray | The IDSFlds object array containing full descriptions of each ds field. |
Properties
| Type | Name | Description |
|---|---|---|
| IDSCallParm | DSCallParm | The IDSFlds object containing full descriptions of each ds field. |
| IDSCallParm[] | DSCallParmArray | The IDSFlds object array containing full descriptions of each ds field. |