FreeSqlDbContextExtensions remove test code

This commit is contained in:
luoyunchong
2020-09-03 23:00:28 +08:00
parent 80ac7d90a8
commit 46862bc10f
7 changed files with 177 additions and 322 deletions

View File

@ -27,10 +27,10 @@ namespace efcore_to_freesql
.UseAutoSyncStructure(true)
.Build();
//FreeSqlDbContextExtensions.EfCoreFluentApiTestGeneric(Fsql);
FreeSqlDbContextExtensions.EfCoreFluentApiTestDynamic(Fsql);
//Fsql.CodeFirst.EfCoreFluentApiTestGeneric();
Fsql.CodeFirst.EfCoreFluentApiTestDynamic();
DBContexts.BaseDBContext.Fsql = Fsql;
BaseDBContext.Fsql = Fsql;
var sql11 = Fsql.Select<Topic1>().ToSql();
//SELECT a."Id", a."Title", a."CreateTime" FROM "Topic1" a