在 edmx 中的添加功能导入中禁用复杂功能
在 edmx 中添加函数导入时,“复杂”单选按钮被禁用。因此,我无法将返回类型设置为 Complex。
我怎样才能启用它?
The Complex radio button is disabled in add function import in edmx. Due to this i'm not able to set the return type as Complex.
How can i enable it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 Visual Studio 2010 和 EFv1 = .NET 3.5 SP1(不支持返回复杂类型),则会发生这种情况。这是 EFv4 = .NET 4.0 中的新功能
This happens if you are using Visual Studio 2010 and EFv1 = .NET 3.5 SP1 where returning complex types is not supported. It is new feature in EFv4 = .NET 4.0