Skip to main content
All docs
V23.2
.NET 6.0+

XPObjectSpaceProvider(IServiceProvider, String, IDbConnection) Constructor

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

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public XPObjectSpaceProvider(
    IServiceProvider serviceProvider,
    string connectionString,
    IDbConnection connection
)

Parameters

Name Type
serviceProvider IServiceProvider
connectionString String
connection IDbConnection
See Also