Skip to main content
.NET 6.0+

PostgreSqlConnectionProvider.GlobalUseLegacyGuidSupport Field

Specifies the default GUID mapping mode for all PostgreSqlConnectionProvider instances. Set this field to true to map GUIDs to CHAR(36) columns or set it to false to map to the UUID columns (requires Npgsql v3.1.0). To specify the character set for a specific PostgreSqlConnectionProvider instance, use the UseLegacyGuidSupport field instead.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public static bool? GlobalUseLegacyGuidSupport

Field Value

Type
Nullable<Boolean>
See Also