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.

16 lines
335 B

using log4net;
using MySql.Data.MySqlClient;
using System;
using System.Data;
namespace
{
/// <summary>
/// 数据库帮助类
/// </summary>
public static class MysqlHelper
{
private static readonly ILog log = LogManager.GetLogger("NETCoreRepository", typeof(string));
/// <summary>