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.
我需要编写一个实用程序,它能够从以下任何数据库生成数据层: Mssql MySQL Oracle
例如:我有一个 SQL 数据库,其中包含几个表、视图、过程、函数等。通过使用上述实用程序,我将能够生成所有包含实体类及其映射或类似的数据层,因此,在此基础上,我将能够编写我的业务层,然后是 UI。
我不想为此使用任何实用程序。
在这方面的任何帮助将不胜感激!
您可以使用实体数据模型向导来执行此操作。
http://msdn.microsoft.com/en-us/library/bb738677.aspx