SecuredXPObjectSpaceProviderOptions Properties
Options that you can use to configure the SecuredObjectSpaceProvider.Name | Description |
---|---|
AllowICommandChannelDoWithSecurityContext | Allows to pass commands to database provider. |
ConfigureObjectSpaceProvider | Allows you to customize the XPObjectSpaceProvider. Inherited from XPObjectSpaceProviderOptions. |
ConnectionString | Specifies the connection string used by the Object Space Provider’s data store. Inherited from XPObjectSpaceProviderOptions. |
CustomCreateObjectSpaceProvider | Inherited from XPObjectSpaceProviderOptions. |
EnablePoolingInConnectionString | Specifies whether XPO Data Store Pooling is enabled. Inherited from XPObjectSpaceProviderOptions. |
SchemaUpdateMode | Specifies how to handle compatibility checks for the database associated with the current XPObjectSpaceProvider. Inherited from XPObjectSpaceProviderOptions. |
ThreadSafe | Specifies whether to use the ThreadSafeDataLayer Data Access Layer. Inherited from XPObjectSpaceProviderOptions. |
UseSeparateDataLayers | Specifies whether to use a separate SimpleDataLayer Data Access Layer for each Object Space. Inherited from XPObjectSpaceProviderOptions. |
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.
Inherited from XPObjectSpaceProviderOptions. |
See Also