Skip to main content
A newer version of this page is available. .

XPObjectSpace Properties

An Object Space which is used for data manipulation via the DevExpress ORM Tool (XPO).
Name Description
AsyncServerModeSourceDismissSession Obsolete. This API is obsolete now.
AsyncServerModeSourceResolveSession Obsolete. This API is obsolete now.
CanFilterByNonPersistentMembers For internal use. Inherited from BaseObjectSpace.
Connection Gets the connection to the underlying data source.
Database Gets the name of the database used when a connection associated with the current Object Space’s XPObjectSpace.Session is opened.
InstantFeedbackMappingMode Specifies what properties should be mapped on a grid in the InstantFeedback mode.
IsCommitting Indicates whether the Object Space is currently committing the changes made to its object(s). Inherited from BaseObjectSpace.
IsConnected Indicates whether the XPObjectSpace‘s Session is connected to the database.
IsDeleting Indicates whether the current Object Space is about to delete an object(s). Inherited from BaseObjectSpace.
IsDisposed Gets a value indicating whether an Object Space has been disposed of. Inherited from BaseObjectSpace.
IsModified Specifies whether objects belonging to the current Object Space are modified. Inherited from BaseObjectSpace.
IsReloading Gets a boolean value indicating whether or not the Object Space is reloading. Inherited from BaseObjectSpace.
LockingCheckEnabled Specifies whether or not the additional locking check is performed. Inherited from BaseObjectSpace.
ModifiedObjects Returns a collection of objects that have been created, modified or deleted after they were retrieved or committed.
NonPersistentChangesEnabled Specifies whether the BaseObjectSpace is marked as modified (see BaseObjectSpace.IsModified) when a non-persistent property is changed. Inherited from BaseObjectSpace.
Owner Specifies the View owning the current Object Space. Inherited from BaseObjectSpace.
Session Provides access to a Session that is used to load and save persistent objects.
TypesInfo Gets information on the business classes added to the Application Model (see IModelBOModel). Inherited from BaseObjectSpace.
XpoTypeInfoSource
See Also