Return the connection that was created using DOFConnection.createConnection.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFConnection getRelatedConnection()
Return Value
Type: DOFConnectionThe connection associated with this connection. This may be null if this connection has no associated connection.
Remarks
See Also