Skip to main content

DataLayerOptionsBuilder.UseConnectionPoolSizeAndMaxConnections(Int32, Int32) Method

Namespace: Microsoft.Extensions.DependencyInjection

Assembly: DevExpress.Xpo.v23.2.dll

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

Declaration

public DataLayerOptionsBuilder UseConnectionPoolSizeAndMaxConnections(
    int size,
    int maxConnections
)

Parameters

Name Type
size Int32
maxConnections Int32

Returns

Type
DataLayerOptionsBuilder
See Also