-
-
Notifications
You must be signed in to change notification settings - Fork 0
easyextensionsentityframeworkcoreextensions HostExtensions
BigMakCode edited this page Aug 5, 2024
·
1 revision
IHost extensions.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph EasyExtensions.EntityFrameworkCore.Extensions
EasyExtensions.EntityFrameworkCore.Extensions.HostExtensions[[HostExtensions]]
end
| Returns | Name |
|---|---|
IHost |
ApplyMigrations(IHost host) |
IHost extensions.
public static IHost ApplyMigrations<TContext>(IHost host)
where TContext : DbContext| Type | Name | Description |
|---|---|---|
IHost |
host |
Generated with ModularDoc