标签: c# entity-framework-core
我目前通过以下方式返回模型的数据:
_context.MyModel
_context的类型为DistributionContext,我想要的是在上下文中动态访问模型,例如:
string modelName = "MyModel1"; _context.modelName;