Skip to main content
.NET 6.0+

PostgreSqlConnectionProvider.GlobalCommandPoolBehavior Field

Specifies the default command pool behavior for all PostgreSqlConnectionProvider instances. The default value is null, which means that the behavior is ConnectionSession for PostgreSQL 8.3+ and None for older versions.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public static CommandPoolBehavior? GlobalCommandPoolBehavior

Field Value

Type
Nullable<CommandPoolBehavior>
See Also