As400Program.GetParmByName Method
Definition
Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll
Gets the parameter with the specified name.
Overloads
| Signature | Description |
|---|---|
| GetParmByName(ProgParm GetParmByName(string name)) | Gets the parameter with the specified name. |
| GetParmByName(ProgParm GetParmByName(string name)) | Gets the parameter with the specified name from the specified list of parameters. |
ProgParm GetParmByName(string name)
Gets the parameter with the specified name.
Remarks
This method returns the parameter with the specified name in the ASNA DataGate client. The name comparison is case-insensitive. If no such parameter exists, it returns null.
ProgParm GetParmByName(string name)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | name | The name of the parameter. |
Returns
| Type | Description |
|---|---|
| ProgParm | The parameter with the specified name, or null if no such parameter exists. |
ProgParm GetParmByName(string name)
Gets the parameter with the specified name from the specified list of parameters.
Remarks
This method returns the parameter with the specified name from the specified list of parameters in the ASNA DataGate client. The name comparison is case-insensitive. If no such parameter exists, it returns null.
ProgParm GetParmByName(string name)