摘要:
/// 执行带参数存储过程并返回数据集合 /// /// 存储过程名称 /// SqlParameterCollection 输入参数 /// public static DataTable dataTable(string procName,SqlParameterCollection parameters) { SqlDataAdapter da=new SqlDat... 阅读全文
posted @ 2007-01-04 13:45
shf
阅读(239)
评论(0)
推荐(0)
浙公网安备 33010602011771号