SqlSugar/Src/Asp.NetCore2/SqlSeverTest/SqliteTest/Config.cs

14 lines
353 B
C#
Raw Normal View History

2017-08-24 16:18:44 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class Config
{
2017-08-28 02:40:49 +08:00
public static string ConnectionString = @"DataSource=F:\MyOpenSource\SqlSugar4.XNew\SqlSugar\Src\Asp.NetCore2\SqlSeverTest\SqliteTest\DataBase\SqlSugar4xTest.sqlite";
2017-08-24 16:18:44 +08:00
}
}