0

Just installed Visual Studio Web Express 2012 just so that I could map TVFs. But I find that, while the functions import to the model as the expected complex types, they do not show up in the model diagram.

The model is database first, which is supposed to support mapping TVFs. And the TVFs work perfectly.

Has anyone else experienced this problem? I'm wondering if VS 2012 express has limited features. I've also noticed that it does not persist a database connection from one session to another.

JaneH
  • 359
  • 3
  • 15

1 Answers1

0

Complex types are never shown in the diagram. You can see them only in model browser and as a type for complex properties defined in your entities. That is not related to TVF mapping. TVF should be available as method on generated context class - VS2012 Express should have no limitation in this.

Ladislav Mrnka
  • 360,892
  • 59
  • 660
  • 670