• 大小: 2.50KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: help  MySql  

资源简介

需要引用 MySql.Data.MySqlClient.dll,引用方法可 Install-Package MySql.Data -Version 8.0.13

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Web;
using System.Data;
using MySql.Data.MySqlClient;
using System.Configuration;
using System.Data.Common;
using System.Collections.Generic;

namespace wx_webapi.ajax
{
    public class DbHelper
    {
        public static string connectionString = System.Configuration.ConfigurationSettings.AppSettings[“ConnectionString“];
        public DbHelper()
        {
 
        }
        #region 公用方法
        /// 
        /// 得到最大值
        /// 

        /// 
        /// 
        /// 
        public  int GetMaxID(string FieldName string TableName)
        {

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      20389  2018-11-10 21:13  DbHelper.cs

----------- ---------  ---------- -----  ----

                20389                    1


评论

共有 条评论