C# ADO.NET DbConnection.GetSchema“属性”在哪里?定义?

发布于 2024-09-27 14:39:46 字数 243 浏览 3 评论 0原文

我发现整个 GetSchema 事情非常复杂。有没有关于这一切的任何像样的文档?人们期望正常使用是获取表的数据:索引和列(名称、类型、允许空值),然后使用方法来询问这些属性。人们可能还期望这些属性是枚举,甚至是列出这些属性的网页。所以问题是:是否有文档列出了所有这些“COLUMN_NAME”、“LENGTH”、“DATATYPE”“IS_NULLABLE”字符串或它们的枚举定义以及可用于获取这些属性的方法。

谢谢& BR-

马蒂

I find this whole GetSchema thing awfully complex. Is there any decent documentation for all this at all? One would expect that normal use is to get data for table: indexes and columns(name, type, allownulls) and then have method(s) to ask these properties. One might also expect that these properties would be enum or even a webpage that lists these. So the question is: Is there documentation that lists ALL these "COLUMN_NAME", "LENGTH", "DATATYPE" "IS_NULLABLE" strings or enum definition for them and method(s) that can be used to fetch these properties.

Thanks & BR

-Matti

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

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

发布评论

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

评论(1

征﹌骨岁月お 2024-10-04 14:39:46

并查看特定部分对于通用架构集合SQL Server 架构集合Oracle 架构集合ODBC 架构集合OLE数据库架构集合

And look at the particular sections for Common Schema Collections, SQL Server Schema Collections, Oracle Schema Collections, ODBC Schema Collections and OLE DB Schema Collections.

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