NonPersistentObjectSpace Properties
An Object Space used to manage non-persistent objects.
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 |
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 |
Auto |
Specifies whether the current non-persistent Object Space adds objects to the Modified |
Can |
For internal use.
Inherited from Base |
Connection |
Gets the connection to the underlying data source.
Inherited from Base |
Database |
Gets the name of the database.
Inherited from Base |
Is |
Indicates whether the Object Space is currently committing the changes made to its object |
Is |
Indicates whether the Base |
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 |
Gets a list of non-persistent objects modified within the current Non |
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 |
Types |
Gets information on the business classes added to the Application Model (see IModel |
See Also