EFCoreObjectSpaceProvider<TDbContext>.SchemaUpdateMode Property
In This Article
Namespace: DevExpress.ExpressApp.EFCore
Assembly: DevExpress.ExpressApp.EFCore.v24.2.dll
NuGet Package: DevExpress.ExpressApp.EFCore
#Declaration
public SchemaUpdateMode SchemaUpdateMode { get; set; }
#Property Value
Type |
---|
Schema |
Available values:
Name | Description |
---|---|
None | Database compatibility issues are ignored. |
Database |
Missing database is autocreated. The database schema is updated when the compatibility check fails. |
#Implements
See Also