Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public static CommandPoolBehavior? GlobalCommandPoolBehavior

Field Value

Type
Nullable<CommandPoolBehavior>
See Also