|  | RecordIdType(Boolean, Int32) Constructor | 
Linkar Framework for .NET and Core
            Constructor accepts options for generating Random item IDs.
            
Namespace: Linkar.FunctionsAssembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
 Syntax
Syntaxpublic 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 -> RecordIdTypeParameters
- numeric  Boolean
- Indicates if the item ID must be numeric.
- length  Int32
- Length of the item ID to create. Must be greater than 0.
 See Also
See Also