Skip to main content
All docs
V26.1
  • XPObjectSpaceProvider(IServiceProvider, String) Constructor

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

    Namespace: DevExpress.ExpressApp.Xpo

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

    Declaration

    public XPObjectSpaceProvider(
        IServiceProvider serviceProvider,
        string connectionString
    )

    Parameters

    Name Type
    serviceProvider IServiceProvider
    connectionString String
    See Also