Parameter class | QSYS API Reference Guide

Describes a parameter sent into an IBMi program call.

Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll

Inheritance: Object

Constructors

Name Description
Parameter(String, FieldType, DataDirection, Object) Create a Parm object to represent an IBMi program parameter.

Parameter(String, FieldType, DataDirection, Object)

Create a Parm object to represent an IBMi program parameter.

Parameter(String, FieldType, DataDirection, Object)

Parameters

Type Parameter name Description
String name The name of the parameter.
FieldType type The FieldType of the parameter.
DataDirection direction The DataDirection of the parameter.
Object value The value of the parameter.

Properties

Type Name Description
DataDirection Direction Specifies if the parameter will be input, output, or update (both).
String Name Name of the parameter.
FieldType Type Describes the type and size of the parameter.
Object Value The value of the parameter.
Object[] ValueArray The value of the parameter array.