Skip to content

datamigrationspostgresql PostgresqlDatabaseContextModelSnapshot

RaidMax edited this page May 21, 2023 · 1 revision

PostgresqlDatabaseContextModelSnapshot Internal class

Diagram

  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
Loading

Members

Methods

Protected methods

Returns Name
void BuildModel(ModelBuilder modelBuilder)

Details

Inheritance

  • ModelSnapshot

Constructors

PostgresqlDatabaseContextModelSnapshot

Source code

public PostgresqlDatabaseContextModelSnapshot()

Methods

BuildModel

Source code

protected override void BuildModel(ModelBuilder modelBuilder)
Arguments
Type Name Description
ModelBuilder modelBuilder

Generated with ModularDoc

Clone this wiki locally