当前位置:编程学习 > C#/ASP.NET >>

谁知道获取数据库架构函数GetSchema第二个参数的用法

SqlConnection 类  
C# 
public override DataTable GetSchema(
string collectionName,
string[] restrictionValues
)
 
restrictionValues
类型:array<System..::.String>[]()[]

请求的架构的一组限制值。

MSDN中没有Column的限制的说明,在哪里找使用说明啊?
--------------------编程问答-------------------- 我






























不知道…… --------------------编程问答-------------------- schema = connection.GetSchema("Columns", new string[] { null, null, tableName });
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,