Skip to main content

Module model_builder

Module model_builder 

Source
Expand description

Model builder - ?Fluent API for configuring entity types.

The ModelBuilder is the central configuration hub. It collects EntityTypeMeta from all registered entity types and entity configurations, and produces the final metadata model used by the migration engine and query builder.

Structs§

EntityTypeBuilder
ModelBuilder
Central configuration point for the EF model.
PropertyBuilder

Traits§

IEntityTypeConfiguration