Click or drag to resize

WarehouseHelperMoveSystemToNewSourceSystem Method

Moves a system to another source system

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 int MoveSystemToNewSourceSystem(
	IDataObject system,
	int sourceSystemID,
	SqlConnection connection,
	SqlTransaction transaction
)

Parameters

system
Type: Omada.OE.Model.PublicIDataObject
sourceSystemID
Type: SystemInt32
connection
Type: System.Data.SqlClientSqlConnection
transaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: Int32
See Also