摘要: using System;using System.Collections.Generic;using System.Text;using System.Data.SqlClient;using System.Collections;using System.Data;// 摘要:数据访问助手。// 作者:ZhiQiao// 日期:2008/07/02namespace ZhiQiao.DataAccessHelper{// 存储过程调用助手。 public class StoreProcedure{// 存储过程名称。 private string _name;// 数据... 阅读全文
posted @ 2012-01-29 10:54 辣椒粉 阅读(340) 评论(0) 推荐(0)