SqlSugar/Src/Asp.Net/PerformanceTest/Config.cs

13 lines
260 B
C#
Raw Normal View History

2017-09-21 13:52:52 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PerformanceTest.Items
{
2017-09-21 14:15:16 +08:00
public class Config
2017-09-21 13:52:52 +08:00
{
public static string connectionString = "server=.;uid=sa;pwd=sasa;database=SqlSugarTest";
}
}