You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jqueryLQMIS/Old_App_Code\StudentDAL.cs

16 lines
322 B

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Text;
using System.Data.SqlClient;
using serch_DBUtility;
using System.Data;
using StudentModel;
namespace StudentDAL
{
/// <summary>
/// 数据访问类:Students
/// </summary>
public partial class Students