Back to Devexpress

XpoDefault.NewGuid() Method

xpo-devexpress-dot-xpo-dot-xpodefault-ac131985.md

latest1.2 KB
Original Source

XpoDefault.NewGuid() Method

Generates a new globally unique identifier (GUID).

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public static Guid NewGuid()
vb
Public Shared Function NewGuid As Guid

Returns

TypeDescription
Guid

A Guid structure that represents a globally unique identifier.

|

Remarks

Use the XpoDefault.GuidGenerationMode field to specify how globally unique identifiers are generated.

See Also

GuidGenerationMode

XpoDefault Class

XpoDefault Members

DevExpress.Xpo Namespace