As400Program.SetConnection Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Sets the connection to be used by the program.

void SetConnection(AdgConnection value)

Sets the connection to be used by the program.

Remarks

This method sets the connection for the ASNA DataGate client. The provided connection is checked for null before being set.

void SetConnection(AdgConnection value)

Parameters

Type Parameter name Description
AdgConnection value The connection to be used.

See Also