SqlSugar/Src/Asp.NetCore2/SqlSeverTest/SqliteTest/Config.cs
610262374@qq.com abfe8e8222 Update Demo
2019-01-02 15:36:04 +08:00

14 lines
329 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class Config
{
public static string ConnectionString = @"DataSource=F:\GIT\SqlSugar\Src\Asp.NetCore2\SqlSeverTest\SqliteTest\DataBase\SqlSugar4xTest.sqlite";
}
}