| RecordIdType Constructor (Boolean, Int32) |
This constructor defines the options for generating Random type codes.
Namespace:
LinkarCommon
Assembly:
LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public RecordIdType(
bool numeric,
int length
)
Public Sub New (
numeric As Boolean,
length As Integer
)
public:
RecordIdType(
bool numeric,
int length
)
new :
numeric : bool *
length : int -> RecordIdType
Parameters
- numeric
- Type: SystemBoolean
Indicates if the code must be numeric.
- length
- Type: SystemInt32
Length of the code to create. It must be bigger than 0.
See Also