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