| SystemOnboardingControllerGetDataConnectionForSystem Method (DataObject, 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
Syntaxpublic virtual DataObject GetDataConnectionForSystem(
DataObject system,
bool createIfMissing = true
)
Parameters
- system
- Type: Omada.OE.ModelDataObject
The system data object - createIfMissing (Optional)
- Type: SystemBoolean
Should the data connection object be created if it is missing
Return Value
Type:
DataObject
See Also