EF Core Mapping EntityTypeConfiguration

后端 未结 15 1243
花落未央
花落未央 2020-11-30 18:26

In EF6 we usually able to use this way to configure the Entity.

public class AccountMap : EntityTypeConfiguration
{
    public AccountMap()
           


        
15条回答
  •  借酒劲吻你
    2020-11-30 19:06

    Well here is the issue for the enhancement on the EF7 Github repo: https://github.com/aspnet/EntityFramework/issues/2805

    You can track the issue directly there, altough its is still only in backlog without designated priority.

提交回复
热议问题