SqlSugar/Src/Asp.NetCore2/SqlSeverTest/OracleTest/Config.cs
2018-03-20 17:16:07 +08:00

14 lines
301 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 = "Data Source=SUNKAIXUAN.htinns.loc/ORCL;User ID=system;Password=manager;";
}
}