NonPersistentObjectSpaceProvider Properties
Provides Object Space that manipulates non-persistent object instances.| Name | Description |
|---|---|
| CheckCompatibilityType | This property is added to support the IObjectSpaceProvider interface and returns null (Nothing in VB). |
| ConnectionString | This property is added to support the IObjectSpaceProvider interface and returns an empty string. |
| EntityStore | Provides access to the storage of registered entities. |
| ModuleInfoType | Gets the type of the class that is mapped to the ModuleInfo table in the database. |
| SchemaUpdateMode | This property is added to support the IObjectSpaceProvider interface and returns None. |
| ServiceProvider |
Gets the IServiceProvider used to access the application’s services. This IServiceProvider is assigned to the ServiceProvider property of an Object Space initialized by the NonPersistentObjectSpaceProvider.
|
| TypesInfo | Supplies XAF-related information on types used in the application. |
See Also