ADO.Net 实体框架从 XSD 文件生成模型

发布于 2024-10-30 20:20:27 字数 151 浏览 1 评论 0原文

我有一个相当大的 XSD 文件,并且听说可以使用实体框架连接到数据库等 XML 文件并根据 XSD 验证它们,但是我不知道如何执行此操作。

所以我想做的是从我的 XSD 文件生成一个实体框架模型,我想这将生成一系列对象,这些对象将在打开 XML 文件进行验证和填充时使用。

I have a rather large XSD file and I have heard that it is possible using the entity framework to connect to XML files like databases and validate them against the XSD, however I do not know how to go about doing this.

So what I'm trying to do is generate a entity framework model from my XSD file, and I imagine this will generate a series of objects which will be used when opening a XML file for validation and population.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

昨迟人 2024-11-06 20:20:27

您也可以尝试使用最新(4.5)版本的 XML 架构定义工具

xsd.exe /d /eld "your_schema.xsd"

其中 /eld 选项使您能够使用 LINQ to数据集

As well you can try to use latest (4.5) version of XML Schema Definition Tool

xsd.exe /d /eld "your_schema.xsd"

where /eld option enable you to use LINQ to DataSet

不奢求什么 2024-11-06 20:20:27

Linq2xsd 会做到这一点。 http://linqtoxsd.codeplex.com/ 曾经死过,现在却生活在 codeplex 上。

Linq2xsd will do that. http://linqtoxsd.codeplex.com/ once dead it now lives on codeplex.

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