DOFConnectionConfigBuilderUnsecureTsetName Method OpenDOF Object Access Library
Set this connection's name to be used in logging.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public virtual T setName(
	string name
)

Parameters

name
Type: SystemString
The connection's name.

Return Value

Type: T
The builder.
Remarks

Set this connection's name to be used in logging. null means you want the connection named automatically (con1, con2, etc).
See Also

Reference