Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

OfficeBlazorModule.GetModuleUpdaters(IObjectSpace, Version) Method

Returns the list of ModuleUpdater updaters that handle database updates for the OfficeBlazorModule module.

Namespace: DevExpress.ExpressApp.Office.Blazor

Assembly: DevExpress.ExpressApp.Office.Blazor.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Office.Blazor

Declaration

public override IEnumerable<ModuleUpdater> GetModuleUpdaters(
    IObjectSpace objectSpace,
    Version versionFromDB
)

Parameters

Name Type Description
objectSpace IObjectSpace

The Object Space used to update the database.

versionFromDB Version

The current database version.

Returns

Type Description
IEnumerable<ModuleUpdater>

An IEnumerable<ModuleUpdater> list of updaters that handle database updates for the OfficeBlazorModule module.

See Also