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 DOFConnectionConfigBuilder setName( string name )
Parameters
- name
- Type: SystemString
The connection's name.
Return Value
Type: DOFConnectionConfigBuilderThe builder.
Remarks
See Also