摘要:
public IDataReader GetFunctionInfo(int functionId) { this.PoolConnect(); SqlParameter para = new SqlParameter("@FUNCTION_ID", functionId); return SqlHelper.ExecuteReader(this.Connection, CommandType.T... 阅读全文
posted @ 2010-09-19 17:01
leslie116
阅读(203)
评论(0)
推荐(0)
浙公网安备 33010602011771号