Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSpaceProvider(String) Constructor

Initializes a new instance of the XPObjectSpaceProvider class.

Namespace: DevExpress.ExpressApp.Xpo

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

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public XPObjectSpaceProvider(
    string connectionString
)

Parameters

Name Type Description
connectionString String

A string value that is the application’s connection string.

See Also