EFCoreObjectSpaceProvider.CreateUpdatingObjectSpace(Boolean) Method
Instantiates an Object Space to be used to update the database.
Namespace: DevExpress.ExpressApp.EFCore
Assembly: DevExpress.ExpressApp.EFCore.v21.2.dll
NuGet Package: DevExpress.ExpressApp.EFCore
Declaration
Parameters
Name | Type | Description |
---|---|---|
allowUpdateSchema | Boolean | true if the schema update is allowed; otherwise, false. |
Returns
Type | Description |
---|---|
IObjectSpace | An instantiated Object Space to be used to update the database. |
Implements
See Also