Skip to main content
.NET 6.0+

XpoDefault.CustomGuidGenerationHandler Field

Specifies a Func<Guid> delegate called to generate a new GUID value. Refer to the GuidGenerationMode topic to see the example.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public static Func<Guid> CustomGuidGenerationHandler

Field Value

Type
Func<Guid>
See Also