Enum GuidGenerationMode
- Namespace
- DevExpress.Xpo
- Assembly
- DevExpress.Xpo.v24.1.dll
Contains values that specify how XPO generates new globally unique identifier values.
public enum GuidGenerationMode
Fields
Custom = 2
A custom algorithm specified by the XpoDefault.CustomGuidGenerationHandler delegate is used.
FrameworkDefault = 0
The Guid.NewGuid method is used.
UuidCreateSequential = 1
The UuidCreateSequential function is used.