DBParm class | QSYS API Reference Guide

Represents a SQL Parameter (used as base to specific parameter type)

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

Inheritance: Object

Constructors

Name Description
DBParm(DbType, ParameterDirection, Object) Initializes a new instance of DBParm parameter.

DBParm(DbType, ParameterDirection, Object)

Initializes a new instance of DBParm parameter.

DBParm(DbType, ParameterDirection, Object)

Parameters

Type Parameter name Description
DbType Type Data Type.
ParameterDirection Direction Parameter direction.
Object Value Parameter Value.