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

14 lines
294 B
C#
Raw Normal View History

2017-10-23 16:07:26 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class Config
{
2019-04-28 16:18:17 +08:00
public static string ConnectionString = "Data Source=localhost/orcl;User ID=system;Password=jhl856615011;";
2017-10-23 16:07:26 +08:00
}
}