Skip to main content
A newer version of this page is available.

EFObjectSpace.AllowUpdateSchema Property

Indicates whether or not a schema update is allowed.

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF.v18.2.dll

Declaration

public bool AllowUpdateSchema { get; }

Property Value

Type Description
Boolean

false, when the UpdateSchemaHandler object passed to the EFObjectSpace constructor is not null; otherwise - true.

See Also