1 datamigrationsmysql MySqlDatabaseContextModelSnapshot
RaidMax edited this page 2023-05-20 22:09:21 -05:00

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

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