-
-
Notifications
You must be signed in to change notification settings - Fork 50
datamigrationspostgresql PostgresqlDatabaseContextModelSnapshot
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph Data.Migrations.Postgresql
Data.Migrations.Postgresql.PostgresqlDatabaseContextModelSnapshot[[PostgresqlDatabaseContextModelSnapshot]]
end
subgraph Microsoft.EntityFrameworkCore.Infrastructure
Microsoft.EntityFrameworkCore.Infrastructure.ModelSnapshot[[ModelSnapshot]]
end
Microsoft.EntityFrameworkCore.Infrastructure.ModelSnapshot --> Data.Migrations.Postgresql.PostgresqlDatabaseContextModelSnapshot
| Returns | Name |
|---|---|
void |
BuildModel(ModelBuilder modelBuilder) |
ModelSnapshot
public PostgresqlDatabaseContextModelSnapshot()protected override void BuildModel(ModelBuilder modelBuilder)| Type | Name | Description |
|---|---|---|
ModelBuilder |
modelBuilder |
Generated with ModularDoc