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

14 lines
313 B
C#
Raw Normal View History

2017-07-09 00:34:56 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class Config
{
2017-10-10 14:41:08 +08:00
public static string ConnectionString = @"DataSource=D:\MyGit\SqlSugar\Src\Asp.Net\SqliteTest\DataBase\SqlSugar4xTest.sqlite";
2017-07-09 00:34:56 +08:00
}
}