Skip to main content

DataLayerOptionsBuilder.UseConnectionPoolSize(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 UseConnectionPoolSize(
    int size
)

Parameters

Name Type
size Int32

Returns

Type
DataLayerOptionsBuilder
See Also