Click or drag to resize

SystemOnboardingControllerGetDataConnectionForSystem Method (Int32, Boolean)

This function will return the DataConnection data object for a system If the data connection doesnt not exists will it create a new (id createIfMissing=true) Function will update the SYSONB_DATACONNECTION property on the system object if it was missing

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual DataObject GetDataConnectionForSystem(
	int systemId,
	bool createIfMissing = true
)

Parameters

systemId
Type: SystemInt32
Data object id for system data object
createIfMissing (Optional)
Type: SystemBoolean
Should the data connection object be created if it is missing

Return Value

Type: DataObject
See Also