生成 DataLayer 的实用程序
我需要编写一个实用程序,它将能够从任何以下数据库生成数据层:
Mssql
MySQL
以甲骨文
为例: 我有 SQL 数据库,其中包含多个表、视图、过程、函数等。通过使用上述实用程序,我将能够生成包含实体类及其映射或类似内容的所有数据层,在此基础上我将能够编写我的业务层,然后编写 UI。
我不想为此目的使用任何实用程序。
任何在这方面的帮助将不胜感激!
I need to write a Utility, which will capable to generate Data Layer from any following Databases :
Mssql
MySQL
Oracle
For example :
I have SQL Database which contains several Tables, Views, Procs, Functions etc. With the use of above utility, I would be able to generate all Datalayer containing Entity classes and their mappings or something like that so, on this basis I would be able to write my Business Layer and then UI.
I do not want to use any utilities for this purpose.
Any help in this regard will be much appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用实体数据模型向导来完成此操作。
http://msdn.microsoft.com/en-us/library/bb738677.aspx
You can do this using the Entity Data Model Wizard.
http://msdn.microsoft.com/en-us/library/bb738677.aspx