SqlHelper.cs
摘要:
using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Collections;using System.Data.SqlClient;using System.Configuration;namespace Shuobo.DAL{ /// <summary> /// 数据库的通用访问代码 /// 此类为抽象类,不允许实例化,在应用时直接调用即可 /// </summary> public abstract class SqlHelper 阅读全文
posted @ 2012-02-27 14:44 Steven Yang 阅读(214) 评论(0) 推荐(1)
浙公网安备 33010602011771号