Click or drag to resize

LkItemsComposeUpdateBuffer Method

Linkar Framework for .NET and Core


Composes the final buffer string for one or more records to be updated in MV Update operations, with the RecordId, the Record, and optionally the OriginalRecord information.

Namespace: Linkar.LkData
Assembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax
public string ComposeUpdateBuffer(
	bool includeOriginalBuffer = false
)

Parameters

includeOriginalBuffer  Boolean  (Optional)
Determines if the OriginalRecord must be include or not in the final buffer string.

Return Value

String
The final string buffer for MV Update operations.
See Also