Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NonPersistentObjectSpaceProvider Properties

Provides Object Space that manipulates non-persistent object instances.
Name Description
CheckCompatibilityType This property is added to support the IObjectSpaceProvider interface and returns null (Nothing in VB).
ConnectionString This property is added to support the IObjectSpaceProvider interface and returns an empty string.
EntityStore Provides access to the storage of registered entities.
ModuleInfoType Gets the type of the class that is mapped to the ModuleInfo table in the database.
SchemaUpdateMode This property is added to support the IObjectSpaceProvider interface and returns None.
ServiceProvider Gets the IServiceProvider used to access the application’s services. This IServiceProvider is assigned to the ServiceProvider property of an Object Space initialized by the NonPersistentObjectSpaceProvider.
TypesInfo Supplies XAF-related information on types used in the application.
See Also