Click or drag to resize

LkItemsComposeDeleteBuffer Method

Linkar Framework for .NET and Core


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

Namespace: Linkar.LkData
Assembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax
public string ComposeDeleteBuffer(
	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 Delete operations.
See Also