Click or drag to resize

StringFunctionsComposeDeleteBuffer(String, String) Method

Linkar Framework for .NET and Core


Compose the fully buffer of the Delete Operations with the block of "recordIds" and "originalRecords".

Namespace: Linkar.Strings
Assembly: Linkar.Strings (in Linkar.Strings.dll) Version: 2.3.1
Syntax
public static string ComposeDeleteBuffer(
	string[] recordIds,
	string[] originalRecords = null
)

Parameters

recordIds  String
Array of "recordIds".
originalRecords  String  (Optional)
Array of "originalRecords".

Return Value

String
The buffer to be used by Delete Operations.
See Also