一、项目框架

 

 二、

CommandInfo.cs:
using System; using System.Collections.Generic; using System.Linq; using
System.Text; using System.Threading.Tasks; using System.Data.Common; //using
MySql.Data.MySqlClient; namespace WinStudent { public class CommandInfo {
public string CommandText;//mysql或存储过程名 public DbParameter[] Parameters;//参数列表
public bool IsProc;//是否为存储过程 public CommandInfo() { } public CommandInfo(string
comText,bool isProc) { this.CommandText = comText; this.IsProc = isProc; } } }
FormLogin.cs:

 </

技术
今日推荐
PPT
阅读数 128
下载桌面版
GitHub
百度网盘(提取码:draw)
Gitee
云服务器优惠
阿里云优惠券
腾讯云优惠券
华为云优惠券
站点信息
问题反馈
邮箱:ixiaoyang8@qq.com
QQ群:766591547
关注微信