How can I convert List into a class to pass the type to DbModelBuilder.RegisterEntityType()

前端 未结 0 1420
你的背包
你的背包 2020-11-28 13:30

I create dynamic tabel in database in this way:

DbModelBuilder modelBuilder = ...;

var types = LibraryManager.Default.GetLibrary()         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题