Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    XPObjectSpaceProvider(IServiceProvider, IDbConnection) Constructor

    Initializes a new instance of the XPObjectSpaceProvider class with specified settings.

    Namespace: DevExpress.ExpressApp.Xpo

    Assembly: DevExpress.ExpressApp.Xpo.v25.1.dll

    NuGet Package: DevExpress.ExpressApp.Xpo

    Declaration

    public XPObjectSpaceProvider(
        IServiceProvider serviceProvider,
        IDbConnection connection
    )

    Parameters

    Name Type
    serviceProvider IServiceProvider
    connection IDbConnection
    See Also