Edit

Share via


Guid.CreateSequentialGuid() Method

Version: Available or changed with runtime version 16.0.

Creates a new sequential unique GUID. Sequential GUIDs perform better when used as a field in a key, because they are partially sequential instead of fully random.

Syntax

Guid :=   Guid.CreateSequentialGuid()

Return Value

Guid
 Type: Guid
A new sequential unique GUID.

See Also

Guid data type
Getting started with AL
Developing extensions