Click or drag to resize

RecordIdType(String, String, String) Constructor

Linkar Framework .NET (Core and Framework)


Constructor accepts options for generating Linkar item IDs.

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public RecordIdType(
	string prefix,
	string separator,
	string formatSpec
)

Parameters

prefix  String
Adding a prefix to the item ID.
separator  String
The separator between the prefix and the ID. Valid delimiters: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
formatSpec  String
Conversion format for the item ID. Use database-specific syntax.
See Also