Click or drag to resize

IComposedBusinessKeyHelperSplit Method

Disconnects SourceSystemId from the rest of the ComposedBusinessKey

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
(string systemId, string rest) Split(
	string composedBusinessKey
)

Parameters

composedBusinessKey
Type: SystemString

Return Value

Type: ValueTupleString, String
Tuple containing SourceSystemId and the rest of the ComposedBusinessKey
See Also