DOFConnectionConfigBuildersetConnectionType Method OpenDOF Object Access Library
Set the type of the connection.

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

C#
public DOFConnectionConfigBuilder setConnectionType(
	DOFConnectionType type
)

Parameters

type
Type: org.opendof.core.oalDOFConnectionType
The type of the connection. Must not be null.

Return Value

Type: DOFConnectionConfigBuilder
The builder.
Remarks

Set the type of the connection.
See Also

Reference