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.
好的,我知道这听起来很疯狂,但是我有一个项目,我需要在 Web 应用程序中显示不同表之间的关系以供内部使用。我知道我可以即时生成 edmx 文件,但是如何在浏览器中将其显示给用户?想法?
edmx 只是一个 xml。您可以应用 xslt 样式表将 edmx 转换为 html。