SecuredXPObjectSpaceProviderOptions Properties
Options that you can use to configure the SecuredObjectSpaceProvider.
Name | Description |
---|---|
Allow |
Allows to pass commands to database provider. |
Configure |
Allows you to customize the XPObject |
Connection |
Specifies the connection string used by the Object Space Provider’s data store.
Inherited from XPObject |
Custom |
Inherited from XPObject |
Enable |
Specifies whether XPO Data Store Pooling is enabled.
Inherited from XPObject |
Schema |
Specifies how to handle compatibility checks for the database associated with the current XPObject |
Thread |
Specifies whether to use the Thread |
Use |
Specifies whether to use a separate Simple |
Use |
Specifies whether to use a shared instance of IXpo . If false , XAF creates a new data store provider each time an object space provider is instantiated.
Inherited from XPObject |
See Also