XPObjectSpaceProviderOptions Properties
Options that you can use to configure the XPObjectSpaceProvider.Name | Description |
---|---|
ConfigureObjectSpaceProvider | Allows you to customize the XPObjectSpaceProvider. |
ConnectionString | Specifies the connection string used by the Object Space Provider’s data store. |
CustomCreateObjectSpaceProvider | |
EnablePoolingInConnectionString | Specifies whether XPO Data Store Pooling is enabled. |
SchemaUpdateMode | Specifies how to handle compatibility checks for the database associated with the current XPObjectSpaceProvider. |
ThreadSafe | Specifies whether to use the ThreadSafeDataLayer Data Access Layer. |
UseSeparateDataLayers | Specifies whether to use a separate SimpleDataLayer Data Access Layer for each Object Space. |
UseSharedDataStoreProvider |
Specifies whether to use a shared instance of IXpoDataStoreProvider . If false , XAF creates a new data store provider each time an object space provider is instantiated.
|
See Also