Click or drag to resize

StringFunctionsComposeOriginalRecords Method

Linkar Framework for .NET and Core


Composes the final string of various "originalRecords". Used by CRUD Operations.

Namespace: Linkar.Strings
Assembly: Linkar.Strings (in Linkar.Strings.dll) Version: 2.3.1
Syntax
public static string ComposeOriginalRecords(
	params string[] originalRecords
)

Parameters

originalRecords  String
Array with the "originalRecords" to be joined.

Return Value

String
The final string of "originalRecords" to be used by CRUD Operations.
See Also