Create a DbSet dynamically in Entity Framework?

后端 未结 3 1766
鱼传尺愫
鱼传尺愫 2020-12-25 12:33

In LINQ to SQL, I can create a repository dynamically using DataContext.GetTable. Is there a similar way to do this in Entity Framework 4 other than de

3条回答
提交回复
热议问题