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.v24.2.dll
Declaration
Field Value
Type |
---|
Nullable<CommandPoolBehavior> |
See Also