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.
我正在使用 EF5.0,我需要使用一个存储的 procd,其中的列直到运行时才知道(在 sp 查询中使用 pivot),所以列是动态创建的。我想使用上下文来调用它。EF5.0能否在运行时自动创建复杂类型模型类型。有没有其他方法可以做到。
提前致谢