CustomCheckCompatibilityEventArgs.ObjectSpaceProvider Property
Specifies the Object Space Provider for compatibility checking. Use this parameter to create a Session or an Object Space to work with the database.
Note that XAF uses the first registered Object Space Provider to pass it as the ObjectSpaceProvider argument. Ensure that NonPersistentObjectSpaceProvider is not the first registered Provider in your application.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
| Type | Description |
|---|---|
| IObjectSpaceProvider | An IObjectSpaceProvider object representing the Object Space Provider to be used for compatibility checking purposes. |
See Also