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

IObjectSpace Properties

Declares members implemented by Object Space.
Name Description
Database Gets the name of the database used when a connection associated with the current Object Space’s container for in-memory objects is opened.
IsCommitting Indicates whether the Object Space is currently committing the changes made to its object(s).
IsConnected Indicates whether the Object Space’s container for in-memory objects is connected to the database.
IsDeleting Indicates whether the current Object Space is about to delete an object(s).
IsDisposed Gets a value indicating whether an Object Space has been disposed of.
IsModified Specifies whether objects belonging to the current Object Space are modified.
IsReloading Gets a boolean value indicating whether or not the Object Space is reloading.
ModifiedObjects Returns a collection of objects that have been created, modified or deleted after they were retrieved or committed.
NonPersistentChangesEnabled
Owner Specifies an object that owns the current Object Space.
ServiceProvider Gets the IServiceProvider used to access the application’s services.
TypesInfo Gets information on the business classes added to the Application Model (see IModelBOModel).
See Also