CommonDatabaseFunctionsClearRecordUpdateCode(ODataService, String) Method

Clears the update code of the specified record.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static Write ClearRecordUpdateCode(
	ODataService ctx,
	string recordId
)

Parameters

ctx  ODataService
The OData Service.
recordId  String
Identity of the record on which the update code will be cleared.

Return Value

Write
The update code of the record before this method was invoked.

See Also