摘要: public class AccessHelper{ private AccessHelper() { } private static void PrepareCommand(OleDbCommand command, OleDbConnection connection, OleDbTransaction transaction, string commandText, OleDbParameter[] commandParameters, out bool mustCloseConnection) { if (null == command) throw new ArgumentNull 阅读全文
posted @ 2010-05-12 19:11 音乐啤酒 阅读(821) 评论(0) 推荐(0)