实现 DDEX 提供程序以在 Visual Studio 2010 中公开 PostgreSQL 数据源对象

发布于 2024-10-02 16:23:59 字数 458 浏览 1 评论 0原文

我开始在 Visual Studio 2010 中实现 PostgreSQL 的 DDEX 提供程序。首先,我从 EFSampleProvider,其中包含开始的基础知识。我还从 此处 下载了 Npgsql 2.0.10 的 src,其中包含一个 VisualStudio 文件夹,其中有 4 个基本文件(但内容不多)。这些文件是需要填充适当代码的文件。

虽然我熟悉了 DDEX 架构的基本原理,但我对 Postgres 缺乏任何了解,尤其是对我需要继续的数据对象(及其属性、参数等)的了解。

有谁知道我可以在哪里查找这些内容?

提前致谢

I started implementing a DDEX provider for PostgreSQL in Visual Studio 2010. First of all, I've downloaded from EFSampleProvider, where it contains the basics to begin. I' ve also downloaded the src of Npgsql 2.0.10 from here which contains a VisualStudio folder where there are 4 basic files (but not much in there). Those files are the ones that are needed to be filled with the appropriate code.

Though, I familiarized myself to the basic principles of a DDEX architecture, I lack of any knowledge on Postgres and especially over the data objects (and their properties, parameters, etc) that I need to continue.

Does anyone have an idea where can I look up for these?

Thanks, in advance

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

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

发布评论

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

评论(1

追风人 2024-10-09 16:23:59

也许Npgsql API 文档可以提供帮助。

Maybe the Npgsql API documentation can help.

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