Skip to main content
All docs
V26.1
  • .NET Framework 4.6.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.v26.1.dll

    Declaration

    public static CommandPoolBehavior? GlobalCommandPoolBehavior

    Field Value

    Type
    Nullable<CommandPoolBehavior>
    See Also