Skip to content

datamigrationsmysql MySqlDatabaseContextModelSnapshot

RaidMax edited this page May 21, 2023 · 1 revision

MySqlDatabaseContextModelSnapshot Internal class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Data.Migrations.MySql
  Data.Migrations.MySql.MySqlDatabaseContextModelSnapshot[[MySqlDatabaseContextModelSnapshot]]
  end
  subgraph Microsoft.EntityFrameworkCore.Infrastructure
Microsoft.EntityFrameworkCore.Infrastructure.ModelSnapshot[[ModelSnapshot]]
  end
Microsoft.EntityFrameworkCore.Infrastructure.ModelSnapshot --> Data.Migrations.MySql.MySqlDatabaseContextModelSnapshot
Loading

Members

Methods

Protected methods

Returns Name
void BuildModel(ModelBuilder modelBuilder)

Details

Inheritance

  • ModelSnapshot

Constructors

MySqlDatabaseContextModelSnapshot

public MySqlDatabaseContextModelSnapshot()

Methods

BuildModel

Source code

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

Generated with ModularDoc

Clone this wiki locally