Back to Devexpress

XPObjectSpaceProviderOptions Members

expressappframework-devexpress-dot-expressapp-dot-applicationbuilder-dot-xpobjectspaceprovideroptions-dot-underscore-members.md

latest5.3 KB
Original Source

XPObjectSpaceProviderOptions Members

Options that you can use to configure the XPObjectSpaceProvider.

Constructors

NameDescription
XPObjectSpaceProviderOptions()Initializes a new instance of the XPObjectSpaceProviderOptions class.

Properties

NameDescription
ConfigureObjectSpaceProviderAllows you to customize the XPObjectSpaceProvider.
ConnectionStringSpecifies the connection string used by the Object Space Provider’s data store.
CustomCreateObjectSpaceProviderAllows you to create a custom Object Space provider.
EnablePoolingInConnectionStringSpecifies whether XPO Data Store Pooling is enabled.
SchemaUpdateModeSpecifies how to handle compatibility checks for the database associated with the current XPObjectSpaceProvider.
ThreadSafeSpecifies whether to use the ThreadSafeDataLayer Data Access Layer.
UseSeparateDataLayersSpecifies whether to use a separate SimpleDataLayer Data Access Layer for each Object Space.
UseSharedDataStoreProviderSpecifies 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.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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.

See Also

XPObjectSpaceProviderOptions Class

DevExpress.ExpressApp.ApplicationBuilder Namespace