Skip to main content
All docs
V26.1
  • EFCoreObjectSpaceProvider<TDbContext>.CreateUpdatingObjectSpace(Boolean) Method

    Namespace: DevExpress.ExpressApp.EFCore

    Assembly: DevExpress.ExpressApp.EFCore.v26.1.dll

    Declaration

    public virtual IObjectSpace CreateUpdatingObjectSpace(
        bool allowUpdateSchema
    )

    Parameters

    Name Type
    allowUpdateSchema Boolean

    Returns

    Type
    IObjectSpace
    See Also