mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
sqlserver CodeFirst DbFirst 测试通过
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
public static class Const {
|
||||
public static IFreeSql sqlserver = new FreeSql.FreeSqlBuilder()
|
||||
.UseConnectionString(FreeSql.DataType.SqlServer, "Data Source=127.0.0.1;Port=3306;User ID=root;Password=root;Initial Catalog=cccddd;Charset=utf8;SslMode=none;Max pool size=10")
|
||||
.Build();
|
||||
}
|
Reference in New Issue
Block a user