Click or drag to resize

StringFunctionsComposeRecordIds Method

Linkar Framework for .NET and Core


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

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

Parameters

recordIds  String
Array with the "recordIds" to be joined

Return Value

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