SecuredXPObjectSpaceProviderOptions Members
Options that you can use to configure the SecuredObjectSpaceProvider.Constructors
| Name | Description |
|---|---|
| SecuredXPObjectSpaceProviderOptions() | Initializes a new instance of the SecuredXPObjectSpaceProviderOptions class. |
Properties
| 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 | Allows you to create a custom Object Space provider. 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. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| UseCustomDataStoreProvider(IXpoDataStoreProvider) |
Allows you to use a custom IXpoDataStoreProvider.
Inherited from XPObjectSpaceProviderOptions. |
See Also