生成 DataLayer 的实用程序

发布于 2024-11-25 11:57:35 字数 227 浏览 4 评论 0原文

我需要编写一个实用程序,它将能够从任何以下数据库生成数据层:
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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一城柳絮吹成雪 2024-12-02 11:57:35

您可以使用实体数据模型向导来完成此操作。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文