Skip to main content
.NET 6.0+

XPObjectSpaceProvider(IDbConnection) 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(
    IDbConnection connection
)

Parameters

Name Type Description
connection IDbConnection

An IDbConnection object that specifies the database connection.

See Also