Skip to main content
All docs
V26.1
  • DataLayerOptions.ConnectionPoolSize Property

    Namespace: Microsoft.Extensions.DependencyInjection

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    public int? ConnectionPoolSize { get; }

    Property Value

    Type
    Nullable<Int32>

    Property Paths

    You can access this nested property as listed below:

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