Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

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.
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