NullCapableFieldAttribute class

A non-RPG class may stamp a property or field member with this attribute to be considered as a null capable field by a consumer RPG program.

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

Inheritance: Object –> Attribute

Constructors

Name Description
NullCapableFieldAttribute(String) Initializes a NullCapableFieldAttribute object.

NullCapableFieldAttribute(String)

Initializes a NullCapableFieldAttribute object.

NullCapableFieldAttribute(String)

Parameters

Type Parameter name Description
String funcName Name of the associated boolean field to indicate that this field is null.

Properties

Type Name Description
String FunctionName Gets the name of the associated boolean field.