XPObjectSpaceProvider(String, IDbConnection, Boolean, Boolean) Constructor
In This Article
Initializes a new instance of the XPObjectSpaceProvider class.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Xpo
#Declaration
public XPObjectSpaceProvider(
string connectionString,
IDbConnection connection,
bool threadSafe,
bool useSeparateDataLayers = false
)
#Parameters
Name | Type | Description |
---|---|---|
connection |
String | A string value that is the application’s connection string. |
connection | IDb |
An IDb |
thread |
Boolean | true, if the Thread |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
use |
Boolean | False | true, if a separate Simple |
See Also