Skip to main content

DataLayerOptions.ConnectionPoolMaxConnections Property

Namespace: Microsoft.Extensions.DependencyInjection

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo

Declaration

public int? ConnectionPoolMaxConnections { get; }

Property Value

Type
Nullable<Int32>

Property Paths

You can access this nested property as listed below:

Object Type Path to ConnectionPoolMaxConnections
DataLayerOptionsBuilder
.DataLayerOptions .ConnectionPoolMaxConnections
See Also