C# ADO.NET DbConnection.GetSchema“属性”在哪里?定义?
我发现整个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
并查看特定部分对于通用架构集合、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.