摘要:
1//清除命令字符串中的所有字符串 2string commandTextNoString = Regex.Replace(command.CommandText, @"['][\S]*[']", ""); 3 4Regex regex = new Regex(@"@[^,\s)]*"); 5//获取参数名列表 6MatchCollection matchs = regex.Matches(com... 阅读全文
posted @ 2008-06-04 13:58
think8848
阅读(595)
评论(0)
推荐(0)
浙公网安备 33010602011771号