Skip to main content
All docs
V19.1

XPObjectSpaceProvider(String, IDbConnection, Boolean) Constructor

Namespace: DevExpress.ExpressApp.Xpo

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

Declaration

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

Parameters

Name Type
connectionString String
connection IDbConnection
threadSafe Boolean
See Also