XPObjectSpace Properties
An Object Space that is used for data manipulation using the DevExpress ORM Tool (XPO).
Name | Description |
---|---|
Additional |
Gets the list of Object Spaces used to handle objects that do not belong to the current Object Space. We recommend that you call the Populate |
Async |
Obsolete. This property is obsolete (use the ‘Instant |
Async |
Obsolete. This property is obsolete (use the ‘Instant |
Auto |
Specifies whether the current Object Space’s Commit |
Auto |
Specifies whether the current Object Space disposes of its inner Object Spaces from the Additional |
Auto |
Specifies whether the current Object Space refreshes its inner Object Spaces from the Additional |
Can |
For internal use.
Inherited from Base |
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 XPObject |
Instant |
Specifies what properties should be mapped on a grid in the Instant |
Is |
Specifies whether an asynchronous operation is in progress. |
Is |
Indicates whether the Object Space is currently committing the changes made to its object |
Is |
Indicates whether the XPObject |
Is |
Indicates whether the current Object Space is about to delete an object |
Is |
Gets a value indicating whether an Object Space has been disposed of.
Inherited from Base |
Is |
Specifies whether objects belonging to the current Object Space are modified.
Inherited from Base |
Is |
Gets a boolean value indicating whether or not the Object Space is reloading.
Inherited from Base |
Locking |
Specifies whether or not the additional locking check is performed.
Inherited from Base |
Modified |
Returns a collection of objects that have been created, modified or deleted after they were retrieved or committed. |
Non |
Specifies whether the Base |
Owner |
Specifies the current Object Space’s root View or the root Object Space if the current Object Space is added to the Additional |
Service |
Gets the IService |
Session | Provides access to a Session that is used to load and save persistent objects. |
Types |
Gets information on the business classes added to the Application Model (see IModel |
Xpo |
See Also