Skip to main content
A newer version of this page is available.
All docs
V18.2

XPObjectSpaceProvider(String, IDbConnection, Boolean) Constructor

Namespace: DevExpress.ExpressApp.Xpo

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

Declaration

public XPObjectSpaceProvider(
    string connectionString,
    IDbConnection connection,
    bool threadSafe
)

Parameters

Name Type
connectionString String
connection IDbConnection
threadSafe Boolean
See Also