| RecordIdType(Boolean, Int32) Constructor |
Linkar Framework .NET (Core and Framework)
Constructor accepts options for generating Random item IDs.
Namespace: Linkar.FunctionsAssembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
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 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