12 2013 档案
摘要:SqlHelper.cs带事务using System;using System.Collections.Generic;using System.Data.SqlClient;using System.Data;using System.Configuration;using System.Linq;using System.Text;namespace PDAFramework{ public class SqlHelper : IDisposable { //连接字符串 string conn_str; //sql连接对象 ...
阅读全文

浙公网安备 33010602011771号