Click or drag to resize

RecordIdType(Boolean, Int32) Constructor

Linkar Framework for .NET and Core


Constructor accepts options for generating Random item IDs.

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public RecordIdType(
	bool numeric,
	int length
)

Parameters

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