Click or drag to resize

RecordIdType Constructor (String, String, String)

This constructor defines the options for generating Linkar type codes.

Namespace:  LinkarCommon
Assemblies:   LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
  LinkarClientMono (in LinkarClientMono.dll) Version: 2.1.0.0 (2.1.0.0)
  LinkarClient (in LinkarClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public RecordIdType(
	string prefix,
	string separator,
	string formatSpec
)

Parameters

prefix
Type: SystemString
Adding a prefix to the code.
separator
Type: SystemString
The separator between the prefix and the code. The allowed separators list is: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
formatSpec
Type: SystemString
The code format, under the Database syntax.
See Also