Adds an update code to a record.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static Write AddRecordUpdateCode( Uri oDataUri, string recordId, string updateCode )
Parameters
- oDataUri
- Type: SystemUri
The OData Service endpoint. - recordId
- Type: SystemString
Identity of the record on which the update code will be added. - updateCode
- Type: SystemString
The update code that will be added to the record.
Return Value
Type: WriteThe update code of the record before this method was invoked.
See Also