  | RecordIdType(String, String, String) Constructor | 
Linkar Framework for .NET and Core
            Constructor accepts options for generating Linkar item IDs.
            
Namespace: Linkar.FunctionsAssembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntaxpublic RecordIdType(
	string prefix,
	string separator,
	string formatSpec
)
Public Sub New ( 
	prefix As String,
	separator As String,
	formatSpec As String
)
public:
RecordIdType(
	String^ prefix, 
	String^ separator, 
	String^ formatSpec
)
new : 
        prefix : string * 
        separator : string * 
        formatSpec : string -> RecordIdTypeParameters
- 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