Skip to main content
.NET 6.0+

XPObjectSpaceProvider(String) Constructor

Initializes a new instance of the XPObjectSpaceProvider class.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v23.2.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