| StringFunctionsComposeRecordIds Method |
Linkar Framework for .NET and Core
Composes the final string of various "recordsIds". Used by CRUD Operations.
Namespace: Linkar.StringsAssembly: Linkar.Strings (in Linkar.Strings.dll) Version: 2.3.1
Syntax public static string ComposeRecordIds(
params string[] recordIds
)
Public Shared Function ComposeRecordIds (
ParamArray recordIds As String()
) As String
public:
static String^ ComposeRecordIds(
... array<String^>^ recordIds
)
static member ComposeRecordIds :
recordIds : string[] -> string
Parameters
- recordIds String
- Array with the "recordIds" to be joined
Return Value
StringThe final string of "recordIds" to be used by CRUD Operations.
See Also