| RecordIdType Constructor (String, String, String) |
This constructor defines the options for generating Linkar type codes.
Namespace:
LinkarCommon
Assembly:
LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public 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 -> RecordIdType
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