Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个动态返回列的存储过程,但我无法将其导入实体框架
有谁知道如何导入动态返回列的存储过程
EF 不支持具有动态结果集的存储过程。EF 必须修复结果集才能将其映射到复杂类型/实体类型。