Click or drag to resize

AccessDataUploadControllerStage Method

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public string Stage(
	int systemId,
	bool testMode,
	bool ignoreErrors
)

Parameters

systemId
Type: SystemInt32
testMode
Type: SystemBoolean
If true, the transaction is rolled back and nothing is committed to the staging area
ignoreErrors
Type: SystemBoolean
Commit data even if there are validation errors

Return Value

Type: String
Optional global error message
See Also