Skip to main content

DataLayerOptionsBuilder.UseConnectionPoolSize(Int32) Method

Namespace: Microsoft.Extensions.DependencyInjection

Assembly: DevExpress.Xpo.v25.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public DataLayerOptionsBuilder UseConnectionPoolSize(
    int size
)

Parameters

Name Type
size Int32

Returns

Type
DataLayerOptionsBuilder
See Also