CommonDatabaseFunctionsAddRecordUpdateCode(Uri, String, String) Method
Adds an update code to a record.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static Write AddRecordUpdateCode(
Uri oDataUri,
string recordId,
string updateCode
)
Public Shared Function AddRecordUpdateCode (
oDataUri As Uri,
recordId As String,
updateCode As String
) As Write
public:
static Write^ AddRecordUpdateCode(
Uri^ oDataUri,
String^ recordId,
String^ updateCode
)
static member AddRecordUpdateCode :
oDataUri : Uri *
recordId : string *
updateCode : string -> Write
- oDataUri Uri
- The OData Service endpoint.
- recordId String
- Identity of the record on which the update code will be added.
- updateCode String
- The update code that will be added to the record.
WriteThe update code of the record before this method was invoked.