-
-
Notifications
You must be signed in to change notification settings - Fork 50
datamigrationssqlite SqliteDatabaseContextModelSnapshot
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.Sqlite
Data.Migrations.Sqlite.SqliteDatabaseContextModelSnapshot[[SqliteDatabaseContextModelSnapshot]]
end
subgraph Microsoft.EntityFrameworkCore.Infrastructure
Microsoft.EntityFrameworkCore.Infrastructure.ModelSnapshot[[ModelSnapshot]]
end
Microsoft.EntityFrameworkCore.Infrastructure.ModelSnapshot --> Data.Migrations.Sqlite.SqliteDatabaseContextModelSnapshot
| Returns | Name |
|---|---|
void |
BuildModel(ModelBuilder modelBuilder) |
ModelSnapshot
public SqliteDatabaseContextModelSnapshot()protected override void BuildModel(ModelBuilder modelBuilder)| Type | Name | Description |
|---|---|---|
ModelBuilder |
modelBuilder |
Generated with ModularDoc