下载最新源码,源码里面DEMO已支持,暂时还没有发布NUGET
注意:其中searchpath是架构,要改成你库中的架构名字
Server=27.151.1.54;Port=5866;UId=design;Password=000;Database=design;searchpath=design
安装2个DLL
searchpath是架构名字
SqlSugarClient db = new SqlSugarClient(new ConnectionConfig() { DbType = DbType.HG, ConnectionString="Server=27.151.1;Port=5866;UId=design;Password=123;Database=design;searchpath=design", IsAutoCloseConnection = true }); //字符串中 searchpath是当前架构的名字
2016 © donet5.comApache Licence 2.0