Skip to main content

XPObjectSpaceProvider(String) Constructor

Initializes a new instance of the XPObjectSpaceProvider class.

Namespace: DevExpress.ExpressApp.Xpo

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

Declaration

public XPObjectSpaceProvider(
    string connectionString
)

Parameters

Name Type Description
connectionString String

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

See Also